Html Css Color HEX #AF19DD Dark Orchid

📋 copy color: '#AF19DD'

red 175 ◦ green 25 ◦ blue 221

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

Shades of Dark Orchid #AF19DD

Tints of Dark Orchid #AF19DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.94%

 BLUE value IS 221 (86.72% from 255) = 52.49%

R = 41.57%
G = 5.94%
B = 52.49%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF19DD (or 0xAF19DD) is known color: Dark Orchid. HEX triplet: AF, 19 and DD. RGB value is (175,25,221). Sum of RGB (Red+Green+Blue) = 175+25+221=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF19DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19DD is #50E622. Grayscale: #5B5B5B. Windows color (decimal): -5301795 or 14490031. OLE color: 14490031.

HSL color Cylindrical-coordinate representation of color #AF19DD: hue angle of 285.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF19DD is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 25 221 -
CMYK 0.21 0.89 0 0.13
HSL 285.92º 0.8% 0.48% -
HSV(B) 285.92º 0.89% 0.87% -
XYZ 31.08 15.03 69.67 -
YUV 92.19 200.7 187.06 -
System Red Green Blue C M Y K H S L
Decimal 175 25 221 0.21 0.89 0 0.13 285.92 0.8 0.48
Hex AF 19 DD 15 59 0 D 11E 50 30
Octal 257 31 335 25 131 0 15 436 120 60
Binary 10101111 11001 11011101 10101 1011001 0 1101 100011110 1010000 110000

Color Harmonies of #AF19DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19DD

Black with #AF19DD

Text Example


Text Example

White with #AF19DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19DD; }

 p { color: rgb(175,25,221); }

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

background-color css

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

 a { background-color: rgb(175,25,221); }

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

border-color css

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

 span { border-color: rgb(175,25,221); }

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