Html Css Color HEX #AF38CC Dark Orchid

📋 copy color: '#AF38CC'

red 175 ◦ green 56 ◦ blue 204

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

Shades of Dark Orchid #AF38CC

Tints of Dark Orchid #AF38CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.87%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 40.23%
G = 12.87%
B = 46.9%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF38CC (or 0xAF38CC) is known color: Dark Orchid. HEX triplet: AF, 38 and CC. RGB value is (175,56,204). Sum of RGB (Red+Green+Blue) = 175+56+204=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF38CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF38CC is #50C733. Grayscale: #6B6B6B. Windows color (decimal): -5293876 or 13383855. OLE color: 13383855.

HSL color Cylindrical-coordinate representation of color #AF38CC: hue angle of 288.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF38CC is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 56 204 -
CMYK 0.14 0.73 0 0.2
HSL 288.24º 0.59% 0.51% -
HSV(B) 288.24º 0.73% 0.8% -
XYZ 29.99 16.3 58.69 -
YUV 108.45 181.92 175.47 -
System Red Green Blue C M Y K H S L
Decimal 175 56 204 0.14 0.73 0 0.2 288.24 0.59 0.51
Hex AF 38 CC E 49 0 14 120 3B 33
Octal 257 70 314 16 111 0 24 440 73 63
Binary 10101111 111000 11001100 1110 1001001 0 10100 100100000 111011 110011

Color Harmonies of #AF38CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38CC

Black with #AF38CC

Text Example


Text Example

White with #AF38CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38CC; }

 p { color: rgb(175,56,204); }

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

background-color css

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

 a { background-color: rgb(175,56,204); }

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

border-color css

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

 span { border-color: rgb(175,56,204); }

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