Html Css Color HEX #AF03E0 Dark Violet

📋 copy color: '#AF03E0'

red 175 ◦ green 3 ◦ blue 224

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

Shades of Dark Violet #AF03E0

Tints of Dark Violet #AF03E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.72%

R = 43.53%
G = 0.75%
B = 55.72%

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

#AF03E0 (or 0xAF03E0) is known color: Dark Violet. HEX triplet: AF, 03 and E0. RGB value is (175,3,224). Sum of RGB (Red+Green+Blue) = 175+3+224=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF03E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03E0 is #50FC1F. Grayscale: #4E4E4E. Windows color (decimal): -5307424 or 14681007. OLE color: 14681007.

HSL color Cylindrical-coordinate representation of color #AF03E0: hue angle of 286.7º 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 #AF03E0 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 3 224 -
CMYK 0.22 0.99 0 0.12
HSL 286.7º 0.97% 0.45% -
HSV(B) 286.7º 0.99% 0.88% -
XYZ 31.17 14.56 71.69 -
YUV 79.62 209.48 196.03 -
System Red Green Blue C M Y K H S L
Decimal 175 3 224 0.22 0.99 0 0.12 286.7 0.97 0.45
Hex AF 3 E0 16 63 0 C 11F 61 2D
Octal 257 3 340 26 143 0 14 437 141 55
Binary 10101111 11 11100000 10110 1100011 0 1100 100011111 1100001 101101

Color Harmonies of #AF03E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03E0

Black with #AF03E0

Text Example


Text Example

White with #AF03E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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