Html Css Color HEX #AF32BF Dark Orchid

📋 copy color: '#AF32BF'

red 175 ◦ green 50 ◦ blue 191

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

Shades of Dark Orchid #AF32BF

Tints of Dark Orchid #AF32BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.91%

R = 42.07%
G = 12.02%
B = 45.91%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF32BF (or 0xAF32BF) is known color: Dark Orchid. HEX triplet: AF, 32 and BF. RGB value is (175,50,191). Sum of RGB (Red+Green+Blue) = 175+50+191=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF32BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32BF is #50CD40. Grayscale: #676767. Windows color (decimal): -5295425 or 12530351. OLE color: 12530351.

HSL color Cylindrical-coordinate representation of color #AF32BF: hue angle of 293.19º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF32BF is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 50 191 -
CMYK 0.08 0.74 0 0.25
HSL 293.19º 0.59% 0.47% -
HSV(B) 293.19º 0.74% 0.75% -
XYZ 28.22 15.16 50.73 -
YUV 103.45 177.41 179.04 -
System Red Green Blue C M Y K H S L
Decimal 175 50 191 0.08 0.74 0 0.25 293.19 0.59 0.47
Hex AF 32 BF 8 4A 0 19 125 3B 2F
Octal 257 62 277 10 112 0 31 445 73 57
Binary 10101111 110010 10111111 1000 1001010 0 11001 100100101 111011 101111

Color Harmonies of #AF32BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32BF

Black with #AF32BF

Text Example


Text Example

White with #AF32BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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