Html Css Color HEX #AF24E6 Dark Orchid

📋 copy color: '#AF24E6'

red 175 ◦ green 36 ◦ blue 230

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

Shades of Dark Orchid #AF24E6

Tints of Dark Orchid #AF24E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.15%

R = 39.68%
G = 8.16%
B = 52.15%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF24E6 (or 0xAF24E6) is known color: Dark Orchid. HEX triplet: AF, 24 and E6. RGB value is (175,36,230). Sum of RGB (Red+Green+Blue) = 175+36+230=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF24E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF24E6 is #50DB19. Grayscale: #636363. Windows color (decimal): -5298970 or 15082671. OLE color: 15082671.

HSL color Cylindrical-coordinate representation of color #AF24E6: hue angle of 282.99º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF24E6 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 36 230 -
CMYK 0.24 0.84 0 0.10
HSL 282.99º 0.8% 0.52% -
HSV(B) 282.99º 0.84% 0.9% -
XYZ 32.59 16.09 76.25 -
YUV 99.68 201.55 181.73 -
System Red Green Blue C M Y K H S L
Decimal 175 36 230 0.24 0.84 0 0.10 282.99 0.8 0.52
Hex AF 24 E6 18 54 0 A 11B 50 34
Octal 257 44 346 30 124 0 12 433 120 64
Binary 10101111 100100 11100110 11000 1010100 0 1010 100011011 1010000 110100

Color Harmonies of #AF24E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24E6

Black with #AF24E6

Text Example


Text Example

White with #AF24E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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