Html Css Color HEX #AF33CB Dark Orchid

📋 copy color: '#AF33CB'

red 175 ◦ green 51 ◦ blue 203

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

Shades of Dark Orchid #AF33CB

Tints of Dark Orchid #AF33CB

RGB

 RED value IS 175 (68.75% from 255) = 40.79%

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 40.79%
G = 11.89%
B = 47.32%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF33CB (or 0xAF33CB) is known color: Dark Orchid. HEX triplet: AF, 33 and CB. RGB value is (175,51,203). Sum of RGB (Red+Green+Blue) = 175+51+203=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF33CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33CB is #50CC34. Grayscale: #686868. Windows color (decimal): -5295157 or 13317039. OLE color: 13317039.

HSL color Cylindrical-coordinate representation of color #AF33CB: hue angle of 288.95º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF33CB is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 51 203 -
CMYK 0.14 0.75 0 0.20
HSL 288.95º 0.6% 0.5% -
HSV(B) 288.95º 0.75% 0.8% -
XYZ 29.64 15.79 57.99 -
YUV 105.4 183.08 177.64 -
System Red Green Blue C M Y K H S L
Decimal 175 51 203 0.14 0.75 0 0.20 288.95 0.6 0.5
Hex AF 33 CB E 4B 0 14 121 3C 32
Octal 257 63 313 16 113 0 24 441 74 62
Binary 10101111 110011 11001011 1110 1001011 0 10100 100100001 111100 110010

Color Harmonies of #AF33CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF33CB

Black with #AF33CB

Text Example


Text Example

White with #AF33CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF33CB; }

 p { color: rgb(175,51,203); }

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

background-color css

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

 a { background-color: rgb(175,51,203); }

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

border-color css

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

 span { border-color: rgb(175,51,203); }

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