Html Css Color HEX #A603EB Dark Violet

📋 copy color: '#A603EB'

red 166 ◦ green 3 ◦ blue 235

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

Shades of Dark Violet #A603EB

Tints of Dark Violet #A603EB

RGB

 RED value IS 166 (65.23% from 255) = 41.09%

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

 BLUE value IS 235 (92.19% from 255) = 58.17%

R = 41.09%
G = 0.74%
B = 58.17%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A603EB (or 0xA603EB) is known color: Dark Violet. HEX triplet: A6, 03 and EB. RGB value is (166,3,235). Sum of RGB (Red+Green+Blue) = 166+3+235=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #A603EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A603EB is #59FC14. Grayscale: #4D4D4D. Windows color (decimal): -5897237 or 15401894. OLE color: 15401894.

HSL color Cylindrical-coordinate representation of color #A603EB: hue angle of 282.16º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603EB is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 3 235 -
CMYK 0.29 0.99 0 0.08
HSL 282.16º 0.97% 0.47% -
HSV(B) 282.16º 0.99% 0.92% -
XYZ 30.75 14.17 79.71 -
YUV 78.19 216.5 190.64 -
System Red Green Blue C M Y K H S L
Decimal 166 3 235 0.29 0.99 0 0.08 282.16 0.97 0.47
Hex A6 3 EB 1D 63 0 8 11A 61 2F
Octal 246 3 353 35 143 0 10 432 141 57
Binary 10100110 11 11101011 11101 1100011 0 1000 100011010 1100001 101111

Color Harmonies of #A603EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A603EB

Black with #A603EB

Text Example


Text Example

White with #A603EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A603EB; }

 p { color: rgb(166,3,235); }

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

background-color css

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

 a { background-color: rgb(166,3,235); }

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

border-color css

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

 span { border-color: rgb(166,3,235); }

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