Html Css Color HEX #AF24D0 Dark Orchid

📋 copy color: '#AF24D0'

red 175 ◦ green 36 ◦ blue 208

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

Shades of Dark Orchid #AF24D0

Tints of Dark Orchid #AF24D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.64%

R = 41.77%
G = 8.59%
B = 49.64%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF24D0 (or 0xAF24D0) is known color: Dark Orchid. HEX triplet: AF, 24 and D0. RGB value is (175,36,208). Sum of RGB (Red+Green+Blue) = 175+36+208=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF24D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24D0 is #50DB2F. Grayscale: #606060. Windows color (decimal): -5298992 or 13640879. OLE color: 13640879.

HSL color Cylindrical-coordinate representation of color #AF24D0: hue angle of 288.49º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF24D0 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 36 208 -
CMYK 0.16 0.83 0 0.18
HSL 288.49º 0.7% 0.48% -
HSV(B) 288.49º 0.83% 0.82% -
XYZ 29.7 14.93 60.99 -
YUV 97.17 190.55 183.51 -
System Red Green Blue C M Y K H S L
Decimal 175 36 208 0.16 0.83 0 0.18 288.49 0.7 0.48
Hex AF 24 D0 10 53 0 12 120 46 30
Octal 257 44 320 20 123 0 22 440 106 60
Binary 10101111 100100 11010000 10000 1010011 0 10010 100100000 1000110 110000

Color Harmonies of #AF24D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24D0

Black with #AF24D0

Text Example


Text Example

White with #AF24D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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