Html Css Color HEX #A615EA Dark Violet

📋 copy color: '#A615EA'

red 166 ◦ green 21 ◦ blue 234

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

Shades of Dark Violet #A615EA

Tints of Dark Violet #A615EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.99%

 BLUE value IS 234 (91.8% from 255) = 55.58%

R = 39.43%
G = 4.99%
B = 55.58%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A615EA (or 0xA615EA) is known color: Dark Violet. HEX triplet: A6, 15 and EA. RGB value is (166,21,234). Sum of RGB (Red+Green+Blue) = 166+21+234=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #A615EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A615EA is #59EA15. Grayscale: #575757. Windows color (decimal): -5892630 or 15340966. OLE color: 15340966.

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

Color convert

RGB 166 21 234 -
CMYK 0.29 0.91 0 0.08
HSL 280.85º 0.84% 0.5% -
HSV(B) 280.85º 0.91% 0.92% -
XYZ 30.85 14.58 79.03 -
YUV 88.64 210.04 183.18 -
System Red Green Blue C M Y K H S L
Decimal 166 21 234 0.29 0.91 0 0.08 280.85 0.84 0.5
Hex A6 15 EA 1D 5B 0 8 119 54 32
Octal 246 25 352 35 133 0 10 431 124 62
Binary 10100110 10101 11101010 11101 1011011 0 1000 100011001 1010100 110010

Color Harmonies of #A615EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A615EA

Black with #A615EA

Text Example


Text Example

White with #A615EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A615EA; }

 p { color: rgb(166,21,234); }

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

background-color css

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

 a { background-color: rgb(166,21,234); }

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

border-color css

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

 span { border-color: rgb(166,21,234); }

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