Html Css Color HEX #AF00D7 Dark Violet

📋 copy color: '#AF00D7'

red 175 ◦ green 0 ◦ blue 215

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

Shades of Dark Violet #AF00D7

Tints of Dark Violet #AF00D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.13%

R = 44.87%
G = 0%
B = 55.13%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF00D7 (or 0xAF00D7) is known color: Dark Violet. HEX triplet: AF, 00 and D7. RGB value is (175,0,215). Sum of RGB (Red+Green+Blue) = 175+0+215=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF00D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00D7 is #50FF28. Grayscale: #4C4C4C. Windows color (decimal): -5308201 or 14090415. OLE color: 14090415.

HSL color Cylindrical-coordinate representation of color #AF00D7: hue angle of 288.84º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00D7 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 0 215 -
CMYK 0.19 1 0 0.16
HSL 288.84º 1% 0.42% -
HSV(B) 288.84º 1% 0.84% -
XYZ 29.94 14.02 65.42 -
YUV 76.84 205.98 198.02 -
System Red Green Blue C M Y K H S L
Decimal 175 0 215 0.19 1 0 0.16 288.84 1 0.42
Hex AF 0 D7 13 64 0 10 121 64 2A
Octal 257 0 327 23 144 0 20 441 144 52
Binary 10101111 0 11010111 10011 1100100 0 10000 100100001 1100100 101010

Color Harmonies of #AF00D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00D7

Black with #AF00D7

Text Example


Text Example

White with #AF00D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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