Html Css Color HEX #AF32BD Dark Orchid

📋 copy color: '#AF32BD'

red 175 ◦ green 50 ◦ blue 189

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

Shades of Dark Orchid #AF32BD

Tints of Dark Orchid #AF32BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 42.27%
G = 12.08%
B = 45.65%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF32BD (or 0xAF32BD) is known color: Dark Orchid. HEX triplet: AF, 32 and BD. RGB value is (175,50,189). Sum of RGB (Red+Green+Blue) = 175+50+189=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF32BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32BD is #50CD42. Grayscale: #666666. Windows color (decimal): -5295427 or 12399279. OLE color: 12399279.

HSL color Cylindrical-coordinate representation of color #AF32BD: hue angle of 293.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF32BD is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 50 189 -
CMYK 0.07 0.74 0 0.26
HSL 293.96º 0.58% 0.47% -
HSV(B) 293.96º 0.74% 0.74% -
XYZ 28.01 15.07 49.58 -
YUV 103.22 176.41 179.2 -
System Red Green Blue C M Y K H S L
Decimal 175 50 189 0.07 0.74 0 0.26 293.96 0.58 0.47
Hex AF 32 BD 7 4A 0 1A 126 3A 2F
Octal 257 62 275 7 112 0 32 446 72 57
Binary 10101111 110010 10111101 111 1001010 0 11010 100100110 111010 101111

Color Harmonies of #AF32BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32BD

Black with #AF32BD

Text Example


Text Example

White with #AF32BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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