Html Css Color HEX #AF32D7 Dark Orchid

📋 copy color: '#AF32D7'

red 175 ◦ green 50 ◦ blue 215

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

Shades of Dark Orchid #AF32D7

Tints of Dark Orchid #AF32D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.86%

R = 39.77%
G = 11.36%
B = 48.86%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF32D7 (or 0xAF32D7) is known color: Dark Orchid. HEX triplet: AF, 32 and D7. RGB value is (175,50,215). Sum of RGB (Red+Green+Blue) = 175+50+215=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF32D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32D7 is #50CD28. Grayscale: #696969. Windows color (decimal): -5295401 or 14103215. OLE color: 14103215.

HSL color Cylindrical-coordinate representation of color #AF32D7: hue angle of 285.45º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF32D7 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 50 215 -
CMYK 0.19 0.77 0 0.16
HSL 285.45º 0.67% 0.52% -
HSV(B) 285.45º 0.77% 0.84% -
XYZ 31.09 16.3 65.8 -
YUV 106.19 189.41 177.08 -
System Red Green Blue C M Y K H S L
Decimal 175 50 215 0.19 0.77 0 0.16 285.45 0.67 0.52
Hex AF 32 D7 13 4D 0 10 11D 43 34
Octal 257 62 327 23 115 0 20 435 103 64
Binary 10101111 110010 11010111 10011 1001101 0 10000 100011101 1000011 110100

Color Harmonies of #AF32D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32D7

Black with #AF32D7

Text Example


Text Example

White with #AF32D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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