Html Css Color HEX #AF24C6 Dark Orchid

📋 copy color: '#AF24C6'

red 175 ◦ green 36 ◦ blue 198

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

Shades of Dark Orchid #AF24C6

Tints of Dark Orchid #AF24C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.41%

R = 42.79%
G = 8.8%
B = 48.41%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF24C6 (or 0xAF24C6) is known color: Dark Orchid. HEX triplet: AF, 24 and C6. RGB value is (175,36,198). Sum of RGB (Red+Green+Blue) = 175+36+198=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF24C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24C6 is #50DB39. Grayscale: #5F5F5F. Windows color (decimal): -5299002 or 12985519. OLE color: 12985519.

HSL color Cylindrical-coordinate representation of color #AF24C6: hue angle of 291.48º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF24C6 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 36 198 -
CMYK 0.12 0.82 0 0.22
HSL 291.48º 0.69% 0.46% -
HSV(B) 291.48º 0.82% 0.78% -
XYZ 28.5 14.45 54.71 -
YUV 96.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 175 36 198 0.12 0.82 0 0.22 291.48 0.69 0.46
Hex AF 24 C6 C 52 0 16 123 45 2E
Octal 257 44 306 14 122 0 26 443 105 56
Binary 10101111 100100 11000110 1100 1010010 0 10110 100100011 1000101 101110

Color Harmonies of #AF24C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24C6

Black with #AF24C6

Text Example


Text Example

White with #AF24C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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