Html Css Color HEX #AF18D6 Dark Orchid

📋 copy color: '#AF18D6'

red 175 ◦ green 24 ◦ blue 214

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

Shades of Dark Orchid #AF18D6

Tints of Dark Orchid #AF18D6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.81%

 BLUE value IS 214 (83.98% from 255) = 51.82%

R = 42.37%
G = 5.81%
B = 51.82%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF18D6 (or 0xAF18D6) is known color: Dark Orchid. HEX triplet: AF, 18 and D6. RGB value is (175,24,214). Sum of RGB (Red+Green+Blue) = 175+24+214=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF18D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18D6 is #50E729. Grayscale: #5A5A5A. Windows color (decimal): -5302058 or 14031023. OLE color: 14031023.

HSL color Cylindrical-coordinate representation of color #AF18D6: hue angle of 287.68º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF18D6 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 24 214 -
CMYK 0.18 0.89 0 0.16
HSL 287.68º 0.8% 0.47% -
HSV(B) 287.68º 0.89% 0.84% -
XYZ 30.14 14.62 64.85 -
YUV 90.81 197.53 188.05 -
System Red Green Blue C M Y K H S L
Decimal 175 24 214 0.18 0.89 0 0.16 287.68 0.8 0.47
Hex AF 18 D6 12 59 0 10 120 50 2F
Octal 257 30 326 22 131 0 20 440 120 57
Binary 10101111 11000 11010110 10010 1011001 0 10000 100100000 1010000 101111

Color Harmonies of #AF18D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18D6

Black with #AF18D6

Text Example


Text Example

White with #AF18D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18D6; }

 p { color: rgb(175,24,214); }

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

background-color css

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

 a { background-color: rgb(175,24,214); }

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

border-color css

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

 span { border-color: rgb(175,24,214); }

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