Html Css Color HEX #AF24CC Dark Orchid

📋 copy color: '#AF24CC'

red 175 ◦ green 36 ◦ blue 204

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

Shades of Dark Orchid #AF24CC

Tints of Dark Orchid #AF24CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 42.17%
G = 8.67%
B = 49.16%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF24CC (or 0xAF24CC) is known color: Dark Orchid. HEX triplet: AF, 24 and CC. RGB value is (175,36,204). Sum of RGB (Red+Green+Blue) = 175+36+204=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF24CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF24CC is #50DB33. Grayscale: #606060. Windows color (decimal): -5298996 or 13378735. OLE color: 13378735.

HSL color Cylindrical-coordinate representation of color #AF24CC: hue angle of 289.64º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF24CC is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 36 204 -
CMYK 0.14 0.82 0 0.2
HSL 289.64º 0.7% 0.47% -
HSV(B) 289.64º 0.82% 0.8% -
XYZ 29.21 14.74 58.43 -
YUV 96.71 188.55 183.84 -
System Red Green Blue C M Y K H S L
Decimal 175 36 204 0.14 0.82 0 0.2 289.64 0.7 0.47
Hex AF 24 CC E 52 0 14 122 46 2F
Octal 257 44 314 16 122 0 24 442 106 57
Binary 10101111 100100 11001100 1110 1010010 0 10100 100100010 1000110 101111

Color Harmonies of #AF24CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF24CC

Black with #AF24CC

Text Example


Text Example

White with #AF24CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF24CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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