Html Css Color HEX #AF24DD Dark Orchid

📋 copy color: '#AF24DD'

red 175 ◦ green 36 ◦ blue 221

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

Shades of Dark Orchid #AF24DD

Tints of Dark Orchid #AF24DD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.33%

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

R = 40.51%
G = 8.33%
B = 51.16%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF24DD (or 0xAF24DD) is known color: Dark Orchid. HEX triplet: AF, 24 and DD. RGB value is (175,36,221). Sum of RGB (Red+Green+Blue) = 175+36+221=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF24DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24DD is #50DB22. Grayscale: #626262. Windows color (decimal): -5298979 or 14492847. OLE color: 14492847.

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

Color convert

RGB 175 36 221 -
CMYK 0.21 0.84 0 0.13
HSL 285.08º 0.73% 0.5% -
HSV(B) 285.08º 0.84% 0.87% -
XYZ 31.36 15.6 69.76 -
YUV 98.65 197.05 182.46 -
System Red Green Blue C M Y K H S L
Decimal 175 36 221 0.21 0.84 0 0.13 285.08 0.73 0.5
Hex AF 24 DD 15 54 0 D 11D 49 32
Octal 257 44 335 25 124 0 15 435 111 62
Binary 10101111 100100 11011101 10101 1010100 0 1101 100011101 1001001 110010

Color Harmonies of #AF24DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24DD

Black with #AF24DD

Text Example


Text Example

White with #AF24DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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