Html Css Color HEX #AF00DA Dark Violet

📋 copy color: '#AF00DA'

red 175 ◦ green 0 ◦ blue 218

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

Shades of Dark Violet #AF00DA

Tints of Dark Violet #AF00DA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.53%
G = 0%
B = 55.47%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF00DA (or 0xAF00DA) is known color: Dark Violet. HEX triplet: AF, 00 and DA. RGB value is (175,0,218). Sum of RGB (Red+Green+Blue) = 175+0+218=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF00DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00DA is #50FF25. Grayscale: #4C4C4C. Windows color (decimal): -5308198 or 14287023. OLE color: 14287023.

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

Color convert

RGB 175 0 218 -
CMYK 0.20 1 0 0.15
HSL 288.17º 1% 0.43% -
HSV(B) 288.17º 1% 0.85% -
XYZ 30.33 14.18 67.47 -
YUV 77.18 207.48 197.77 -
System Red Green Blue C M Y K H S L
Decimal 175 0 218 0.20 1 0 0.15 288.17 1 0.43
Hex AF 0 DA 14 64 0 F 120 64 2B
Octal 257 0 332 24 144 0 17 440 144 53
Binary 10101111 0 11011010 10100 1100100 0 1111 100100000 1100100 101011

Color Harmonies of #AF00DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00DA

Black with #AF00DA

Text Example


Text Example

White with #AF00DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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