Html Css Color HEX #AF32DF Dark Orchid

📋 copy color: '#AF32DF'

red 175 ◦ green 50 ◦ blue 223

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

Shades of Dark Orchid #AF32DF

Tints of Dark Orchid #AF32DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 39.06%
G = 11.16%
B = 49.78%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF32DF (or 0xAF32DF) is known color: Dark Orchid. HEX triplet: AF, 32 and DF. RGB value is (175,50,223). Sum of RGB (Red+Green+Blue) = 175+50+223=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF32DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF32DF is #50CD20. Grayscale: #6A6A6A. Windows color (decimal): -5295393 or 14627503. OLE color: 14627503.

HSL color Cylindrical-coordinate representation of color #AF32DF: hue angle of 283.35º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF32DF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 50 223 -
CMYK 0.22 0.78 0 0.13
HSL 283.35º 0.73% 0.54% -
HSV(B) 283.35º 0.78% 0.87% -
XYZ 32.14 16.72 71.35 -
YUV 107.1 193.41 176.43 -
System Red Green Blue C M Y K H S L
Decimal 175 50 223 0.22 0.78 0 0.13 283.35 0.73 0.54
Hex AF 32 DF 16 4E 0 D 11B 49 36
Octal 257 62 337 26 116 0 15 433 111 66
Binary 10101111 110010 11011111 10110 1001110 0 1101 100011011 1001001 110110

Color Harmonies of #AF32DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF32DF

Black with #AF32DF

Text Example


Text Example

White with #AF32DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF32DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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