Html Css Color HEX #AF24DB Dark Orchid

📋 copy color: '#AF24DB'

red 175 ◦ green 36 ◦ blue 219

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

Shades of Dark Orchid #AF24DB

Tints of Dark Orchid #AF24DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 40.7%
G = 8.37%
B = 50.93%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF24DB (or 0xAF24DB) is known color: Dark Orchid. HEX triplet: AF, 24 and DB. RGB value is (175,36,219). Sum of RGB (Red+Green+Blue) = 175+36+219=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF24DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24DB is #50DB24. Grayscale: #616161. Windows color (decimal): -5298981 or 14361775. OLE color: 14361775.

HSL color Cylindrical-coordinate representation of color #AF24DB: hue angle of 285.57º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF24DB is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 36 219 -
CMYK 0.20 0.84 0 0.14
HSL 285.57º 0.72% 0.5% -
HSV(B) 285.57º 0.84% 0.86% -
XYZ 31.1 15.49 68.37 -
YUV 98.42 196.05 182.62 -
System Red Green Blue C M Y K H S L
Decimal 175 36 219 0.20 0.84 0 0.14 285.57 0.72 0.5
Hex AF 24 DB 14 54 0 E 11E 48 32
Octal 257 44 333 24 124 0 16 436 110 62
Binary 10101111 100100 11011011 10100 1010100 0 1110 100011110 1001000 110010

Color Harmonies of #AF24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24DB

Black with #AF24DB

Text Example


Text Example

White with #AF24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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