Html Css Color HEX #AF32B5 Dark Orchid

📋 copy color: '#AF32B5'

red 175 ◦ green 50 ◦ blue 181

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

Shades of Dark Orchid #AF32B5

Tints of Dark Orchid #AF32B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.58%

R = 43.1%
G = 12.32%
B = 44.58%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF32B5 (or 0xAF32B5) is known color: Dark Orchid. HEX triplet: AF, 32 and B5. RGB value is (175,50,181). Sum of RGB (Red+Green+Blue) = 175+50+181=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF32B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32B5 is #50CD4A. Grayscale: #656565. Windows color (decimal): -5295435 or 11874991. OLE color: 11874991.

HSL color Cylindrical-coordinate representation of color #AF32B5: hue angle of 297.25º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF32B5 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 50 181 -
CMYK 0.03 0.72 0 0.29
HSL 297.25º 0.57% 0.45% -
HSV(B) 297.25º 0.72% 0.71% -
XYZ 27.16 14.73 45.13 -
YUV 102.31 172.41 179.85 -
System Red Green Blue C M Y K H S L
Decimal 175 50 181 0.03 0.72 0 0.29 297.25 0.57 0.45
Hex AF 32 B5 3 48 0 1D 129 39 2D
Octal 257 62 265 3 110 0 35 451 71 55
Binary 10101111 110010 10110101 11 1001000 0 11101 100101001 111001 101101

Color Harmonies of #AF32B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32B5

Black with #AF32B5

Text Example


Text Example

White with #AF32B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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