Html Css Color HEX #AF18DA Dark Violet

📋 copy color: '#AF18DA'

red 175 ◦ green 24 ◦ blue 218

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

Shades of Dark Violet #AF18DA

Tints of Dark Violet #AF18DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.28%

R = 41.97%
G = 5.76%
B = 52.28%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF18DA (or 0xAF18DA) is known color: Dark Violet. HEX triplet: AF, 18 and DA. RGB value is (175,24,218). Sum of RGB (Red+Green+Blue) = 175+24+218=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF18DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18DA is #50E725. Grayscale: #5A5A5A. Windows color (decimal): -5302054 or 14293167. OLE color: 14293167.

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

Color convert

RGB 175 24 218 -
CMYK 0.20 0.89 0 0.15
HSL 286.7º 0.8% 0.47% -
HSV(B) 286.7º 0.89% 0.85% -
XYZ 30.66 14.83 67.58 -
YUV 91.27 199.53 187.73 -
System Red Green Blue C M Y K H S L
Decimal 175 24 218 0.20 0.89 0 0.15 286.7 0.8 0.47
Hex AF 18 DA 14 59 0 F 11F 50 2F
Octal 257 30 332 24 131 0 17 437 120 57
Binary 10101111 11000 11011010 10100 1011001 0 1111 100011111 1010000 101111

Color Harmonies of #AF18DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18DA

Black with #AF18DA

Text Example


Text Example

White with #AF18DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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