Html Css Color HEX #AF00D0 Dark Violet

📋 copy color: '#AF00D0'

red 175 ◦ green 0 ◦ blue 208

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

Shades of Dark Violet #AF00D0

Tints of Dark Violet #AF00D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.31%

R = 45.69%
G = 0%
B = 54.31%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF00D0 (or 0xAF00D0) is known color: Dark Violet. HEX triplet: AF, 00 and D0. RGB value is (175,0,208). Sum of RGB (Red+Green+Blue) = 175+0+208=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF00D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00D0 is #50FF2F. Grayscale: #4B4B4B. Windows color (decimal): -5308208 or 13631663. OLE color: 13631663.

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

Color convert

RGB 175 0 208 -
CMYK 0.16 1 0 0.18
HSL 290.48º 1% 0.41% -
HSV(B) 290.48º 1% 0.82% -
XYZ 29.06 13.67 60.78 -
YUV 76.04 202.48 198.59 -
System Red Green Blue C M Y K H S L
Decimal 175 0 208 0.16 1 0 0.18 290.48 1 0.41
Hex AF 0 D0 10 64 0 12 122 64 29
Octal 257 0 320 20 144 0 22 442 144 51
Binary 10101111 0 11010000 10000 1100100 0 10010 100100010 1100100 101001

Color Harmonies of #AF00D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00D0

Black with #AF00D0

Text Example


Text Example

White with #AF00D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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