Html Css Color HEX #AF2ADD Dark Orchid

📋 copy color: '#AF2ADD'

red 175 ◦ green 42 ◦ blue 221

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

Shades of Dark Orchid #AF2ADD

Tints of Dark Orchid #AF2ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.59%

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

R = 39.95%
G = 9.59%
B = 50.46%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF2ADD (or 0xAF2ADD) is known color: Dark Orchid. HEX triplet: AF, 2A and DD. RGB value is (175,42,221). Sum of RGB (Red+Green+Blue) = 175+42+221=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF2ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ADD is #50D522. Grayscale: #656565. Windows color (decimal): -5297443 or 14494383. OLE color: 14494383.

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

Color convert

RGB 175 42 221 -
CMYK 0.21 0.81 0 0.13
HSL 284.58º 0.72% 0.52% -
HSV(B) 284.58º 0.81% 0.87% -
XYZ 31.56 15.99 69.83 -
YUV 102.17 195.06 179.95 -
System Red Green Blue C M Y K H S L
Decimal 175 42 221 0.21 0.81 0 0.13 284.58 0.72 0.52
Hex AF 2A DD 15 51 0 D 11D 48 34
Octal 257 52 335 25 121 0 15 435 110 64
Binary 10101111 101010 11011101 10101 1010001 0 1101 100011101 1001000 110100

Color Harmonies of #AF2ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2ADD

Black with #AF2ADD

Text Example


Text Example

White with #AF2ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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