Html Css Color HEX #AF32CD Dark Orchid

📋 copy color: '#AF32CD'

red 175 ◦ green 50 ◦ blue 205

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

Shades of Dark Orchid #AF32CD

Tints of Dark Orchid #AF32CD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.63%

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 40.7%
G = 11.63%
B = 47.67%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF32CD (or 0xAF32CD) is known color: Dark Orchid. HEX triplet: AF, 32 and CD. RGB value is (175,50,205). Sum of RGB (Red+Green+Blue) = 175+50+205=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF32CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32CD is #50CD32. Grayscale: #686868. Windows color (decimal): -5295411 or 13447855. OLE color: 13447855.

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

Color convert

RGB 175 50 205 -
CMYK 0.15 0.76 0 0.20
HSL 288.39º 0.61% 0.5% -
HSV(B) 288.39º 0.76% 0.8% -
XYZ 29.84 15.8 59.24 -
YUV 105.05 184.41 177.9 -
System Red Green Blue C M Y K H S L
Decimal 175 50 205 0.15 0.76 0 0.20 288.39 0.61 0.5
Hex AF 32 CD F 4C 0 14 120 3D 32
Octal 257 62 315 17 114 0 24 440 75 62
Binary 10101111 110010 11001101 1111 1001100 0 10100 100100000 111101 110010

Color Harmonies of #AF32CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32CD

Black with #AF32CD

Text Example


Text Example

White with #AF32CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32CD; }

 p { color: rgb(175,50,205); }

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

background-color css

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

 a { background-color: rgb(175,50,205); }

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

border-color css

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

 span { border-color: rgb(175,50,205); }

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