Html Css Color HEX #AF00DF Dark Violet

📋 copy color: '#AF00DF'

red 175 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #AF00DF

Tints of Dark Violet #AF00DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 43.97%
G = 0%
B = 56.03%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF00DF (or 0xAF00DF) is known color: Dark Violet. HEX triplet: AF, 00 and DF. RGB value is (175,0,223). Sum of RGB (Red+Green+Blue) = 175+0+223=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00DF is #50FF20. Grayscale: #4D4D4D. Windows color (decimal): -5308193 or 14614703. OLE color: 14614703.

HSL color Cylindrical-coordinate representation of color #AF00DF: hue angle of 287.09º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00DF is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 0 223 -
CMYK 0.22 1 0 0.13
HSL 287.09º 1% 0.44% -
HSV(B) 287.09º 1% 0.87% -
XYZ 31 14.44 70.97 -
YUV 77.75 209.98 197.37 -
System Red Green Blue C M Y K H S L
Decimal 175 0 223 0.22 1 0 0.13 287.09 1 0.44
Hex AF 0 DF 16 64 0 D 11F 64 2C
Octal 257 0 337 26 144 0 15 437 144 54
Binary 10101111 0 11011111 10110 1100100 0 1101 100011111 1100100 101100

Color Harmonies of #AF00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00DF

Black with #AF00DF

Text Example


Text Example

White with #AF00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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