Html Css Color HEX #AB33CF Dark Orchid

📋 copy color: '#AB33CF'

red 171 ◦ green 51 ◦ blue 207

#AB33CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AB33CF

Tints of Dark Orchid #AB33CF

RGB

 RED value IS 171 (67.19% from 255) = 39.86%

 GREEN value IS 51 (20.31% from 255) = 11.89%

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 39.86%
G = 11.89%
B = 48.25%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB33CF (or 0xAB33CF) is known color: Dark Orchid. HEX triplet: AB, 33 and CF. RGB value is (171,51,207). Sum of RGB (Red+Green+Blue) = 171+51+207=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB33CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33CF is #54CC30. Grayscale: #686868. Windows color (decimal): -5557297 or 13579179. OLE color: 13579179.

HSL color Cylindrical-coordinate representation of color #AB33CF: hue angle of 286.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB33CF is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 51 207 -
CMYK 0.17 0.75 0 0.19
HSL 286.15º 0.62% 0.51% -
HSV(B) 286.15º 0.75% 0.81% -
XYZ 29.24 15.53 60.49 -
YUV 104.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 171 51 207 0.17 0.75 0 0.19 286.15 0.62 0.51
Hex AB 33 CF 11 4B 0 13 11E 3E 33
Octal 253 63 317 21 113 0 23 436 76 63
Binary 10101011 110011 11001111 10001 1001011 0 10011 100011110 111110 110011

Color Harmonies of #AB33CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33CF

Black with #AB33CF

Text Example


Text Example

White with #AB33CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33CF; }

 p { color: rgb(171,51,207); }

 H1.HeaderClassName
 {
   color: #AB33CF;
 }
 .AnyTagClassName
 {
   color: #AB33CF;
 }
</style>

background-color css

<style>
 a { background-color: #AB33CF; }

 a { background-color: rgb(171,51,207); }

 div.DivClassName
 {
   background-color: #AB33CF;
 }
 .BgClassName
 {
   background-color: #AB33CF;
 }
</style>

border-color css

<style>
 span { border-color: #AB33CF; }

 span { border-color: rgb(171,51,207); }

 td.TdClassName
 {
   border-color: #AB33CF;
 }
 .TagClassName
 {
   border-color: #AB33CF;
 }
</style>