Html Css Color HEX #AF24CF Dark Orchid

📋 copy color: '#AF24CF'

red 175 ◦ green 36 ◦ blue 207

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

Shades of Dark Orchid #AF24CF

Tints of Dark Orchid #AF24CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 41.87%
G = 8.61%
B = 49.52%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF24CF (or 0xAF24CF) is known color: Dark Orchid. HEX triplet: AF, 24 and CF. RGB value is (175,36,207). Sum of RGB (Red+Green+Blue) = 175+36+207=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF24CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24CF is #50DB30. Grayscale: #606060. Windows color (decimal): -5298993 or 13575343. OLE color: 13575343.

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

Color convert

RGB 175 36 207 -
CMYK 0.15 0.83 0 0.19
HSL 288.77º 0.7% 0.48% -
HSV(B) 288.77º 0.83% 0.81% -
XYZ 29.57 14.88 60.35 -
YUV 97.06 190.05 183.6 -
System Red Green Blue C M Y K H S L
Decimal 175 36 207 0.15 0.83 0 0.19 288.77 0.7 0.48
Hex AF 24 CF F 53 0 13 121 46 30
Octal 257 44 317 17 123 0 23 441 106 60
Binary 10101111 100100 11001111 1111 1010011 0 10011 100100001 1000110 110000

Color Harmonies of #AF24CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24CF

Black with #AF24CF

Text Example


Text Example

White with #AF24CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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