Html Css Color HEX #AF03E1 Dark Violet

📋 copy color: '#AF03E1'

red 175 ◦ green 3 ◦ blue 225

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

Shades of Dark Violet #AF03E1

Tints of Dark Violet #AF03E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.83%

R = 43.42%
G = 0.74%
B = 55.83%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF03E1 (or 0xAF03E1) is known color: Dark Violet. HEX triplet: AF, 03 and E1. RGB value is (175,3,225). Sum of RGB (Red+Green+Blue) = 175+3+225=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF03E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03E1 is #50FC1E. Grayscale: #4F4F4F. Windows color (decimal): -5307423 or 14746543. OLE color: 14746543.

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

Color convert

RGB 175 3 225 -
CMYK 0.22 0.99 0 0.12
HSL 286.49º 0.97% 0.45% -
HSV(B) 286.49º 0.99% 0.88% -
XYZ 31.3 14.62 72.41 -
YUV 79.74 209.98 195.95 -
System Red Green Blue C M Y K H S L
Decimal 175 3 225 0.22 0.99 0 0.12 286.49 0.97 0.45
Hex AF 3 E1 16 63 0 C 11E 61 2D
Octal 257 3 341 26 143 0 14 436 141 55
Binary 10101111 11 11100001 10110 1100011 0 1100 100011110 1100001 101101

Color Harmonies of #AF03E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03E1

Black with #AF03E1

Text Example


Text Example

White with #AF03E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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