Html Css Color HEX #A403ED Dark Violet

📋 copy color: '#A403ED'

red 164 ◦ green 3 ◦ blue 237

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

Shades of Dark Violet #A403ED

Tints of Dark Violet #A403ED

RGB

 RED value IS 164 (64.45% from 255) = 40.59%

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

 BLUE value IS 237 (92.97% from 255) = 58.66%

R = 40.59%
G = 0.74%
B = 58.66%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A403ED (or 0xA403ED) is known color: Dark Violet. HEX triplet: A4, 03 and ED. RGB value is (164,3,237). Sum of RGB (Red+Green+Blue) = 164+3+237=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #A403ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A403ED is #5BFC12. Grayscale: #4D4D4D. Windows color (decimal): -6028307 or 15532964. OLE color: 15532964.

HSL color Cylindrical-coordinate representation of color #A403ED: hue angle of 281.28º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A403ED is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 3 237 -
CMYK 0.31 0.99 0 0.07
HSL 281.28º 0.98% 0.47% -
HSV(B) 281.28º 0.99% 0.93% -
XYZ 30.63 14.07 81.22 -
YUV 77.82 217.84 189.47 -
System Red Green Blue C M Y K H S L
Decimal 164 3 237 0.31 0.99 0 0.07 281.28 0.98 0.47
Hex A4 3 ED 1F 63 0 7 119 62 2F
Octal 244 3 355 37 143 0 7 431 142 57
Binary 10100100 11 11101101 11111 1100011 0 111 100011001 1100010 101111

Color Harmonies of #A403ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A403ED

Black with #A403ED

Text Example


Text Example

White with #A403ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A403ED; }

 p { color: rgb(164,3,237); }

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

background-color css

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

 a { background-color: rgb(164,3,237); }

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

border-color css

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

 span { border-color: rgb(164,3,237); }

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