Html Css Color HEX #AF03DF Dark Violet

📋 copy color: '#AF03DF'

red 175 ◦ green 3 ◦ blue 223

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

Shades of Dark Violet #AF03DF

Tints of Dark Violet #AF03DF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.75%

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

R = 43.64%
G = 0.75%
B = 55.61%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF03DF (or 0xAF03DF) is known color: Dark Violet. HEX triplet: AF, 03 and DF. RGB value is (175,3,223). Sum of RGB (Red+Green+Blue) = 175+3+223=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF03DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03DF is #50FC20. Grayscale: #4E4E4E. Windows color (decimal): -5307425 or 14615471. OLE color: 14615471.

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

Color convert

RGB 175 3 223 -
CMYK 0.22 0.99 0 0.13
HSL 286.91º 0.97% 0.44% -
HSV(B) 286.91º 0.99% 0.87% -
XYZ 31.03 14.51 70.98 -
YUV 79.51 208.98 196.11 -
System Red Green Blue C M Y K H S L
Decimal 175 3 223 0.22 0.99 0 0.13 286.91 0.97 0.44
Hex AF 3 DF 16 63 0 D 11F 61 2C
Octal 257 3 337 26 143 0 15 437 141 54
Binary 10101111 11 11011111 10110 1100011 0 1101 100011111 1100001 101100

Color Harmonies of #AF03DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03DF

Black with #AF03DF

Text Example


Text Example

White with #AF03DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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