Html Css Color HEX #A403EE Dark Violet

📋 copy color: '#A403EE'

red 164 ◦ green 3 ◦ blue 238

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

Shades of Dark Violet #A403EE

Tints of Dark Violet #A403EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.77%

R = 40.49%
G = 0.74%
B = 58.77%

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

#A403EE (or 0xA403EE) is known color: Dark Violet. HEX triplet: A4, 03 and EE. RGB value is (164,3,238). Sum of RGB (Red+Green+Blue) = 164+3+238=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #A403EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A403EE is #5BFC11. Grayscale: #4D4D4D. Windows color (decimal): -6028306 or 15598500. OLE color: 15598500.

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

Color convert

RGB 164 3 238 -
CMYK 0.31 0.99 0 0.07
HSL 281.11º 0.98% 0.47% -
HSV(B) 281.11º 0.99% 0.93% -
XYZ 30.78 14.13 81.99 -
YUV 77.93 218.34 189.39 -
System Red Green Blue C M Y K H S L
Decimal 164 3 238 0.31 0.99 0 0.07 281.11 0.98 0.47
Hex A4 3 EE 1F 63 0 7 119 62 2F
Octal 244 3 356 37 143 0 7 431 142 57
Binary 10100100 11 11101110 11111 1100011 0 111 100011001 1100010 101111

Color Harmonies of #A403EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A403EE

Black with #A403EE

Text Example


Text Example

White with #A403EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A403EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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