Html Css Color HEX #AF07DF Dark Violet

📋 copy color: '#AF07DF'

red 175 ◦ green 7 ◦ blue 223

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

Shades of Dark Violet #AF07DF

Tints of Dark Violet #AF07DF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.73%

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

R = 43.21%
G = 1.73%
B = 55.06%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF07DF (or 0xAF07DF) is known color: Dark Violet. HEX triplet: AF, 07 and DF. RGB value is (175,7,223). Sum of RGB (Red+Green+Blue) = 175+7+223=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF07DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF07DF is #50F820. Grayscale: #515151. Windows color (decimal): -5306401 or 14616495. OLE color: 14616495.

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

Color convert

RGB 175 7 223 -
CMYK 0.22 0.97 0 0.13
HSL 286.67º 0.94% 0.45% -
HSV(B) 286.67º 0.97% 0.87% -
XYZ 31.07 14.59 70.99 -
YUV 81.86 207.66 194.44 -
System Red Green Blue C M Y K H S L
Decimal 175 7 223 0.22 0.97 0 0.13 286.67 0.94 0.45
Hex AF 7 DF 16 61 0 D 11F 5E 2D
Octal 257 7 337 26 141 0 15 437 136 55
Binary 10101111 111 11011111 10110 1100001 0 1101 100011111 1011110 101101

Color Harmonies of #AF07DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF07DF

Black with #AF07DF

Text Example


Text Example

White with #AF07DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF07DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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