Html Css Color HEX #A51EEA Blue Violet

📋 copy color: '#A51EEA'

red 165 ◦ green 30 ◦ blue 234

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

Shades of Blue Violet #A51EEA

Tints of Blue Violet #A51EEA

RGB

 RED value IS 165 (64.84% from 255) = 38.46%

 GREEN value IS 30 (12.11% from 255) = 6.99%

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

R = 38.46%
G = 6.99%
B = 54.55%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A51EEA (or 0xA51EEA) is known color: Blue Violet. HEX triplet: A5, 1E and EA. RGB value is (165,30,234). Sum of RGB (Red+Green+Blue) = 165+30+234=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #A51EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51EEA is #5AE115. Grayscale: #5C5C5C. Windows color (decimal): -5955862 or 15343269. OLE color: 15343269.

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

Color convert

RGB 165 30 234 -
CMYK 0.29 0.87 0 0.08
HSL 279.71º 0.83% 0.52% -
HSV(B) 279.71º 0.87% 0.92% -
XYZ 30.83 14.87 79.09 -
YUV 93.62 207.23 178.91 -
System Red Green Blue C M Y K H S L
Decimal 165 30 234 0.29 0.87 0 0.08 279.71 0.83 0.52
Hex A5 1E EA 1D 57 0 8 118 53 34
Octal 245 36 352 35 127 0 10 430 123 64
Binary 10100101 11110 11101010 11101 1010111 0 1000 100011000 1010011 110100

Color Harmonies of #A51EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51EEA

Black with #A51EEA

Text Example


Text Example

White with #A51EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51EEA; }

 p { color: rgb(165,30,234); }

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

background-color css

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

 a { background-color: rgb(165,30,234); }

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

border-color css

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

 span { border-color: rgb(165,30,234); }

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