Html Css Color HEX #A51AED Blue Violet

📋 copy color: '#A51AED'

red 165 ◦ green 26 ◦ blue 237

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

Shades of Blue Violet #A51AED

Tints of Blue Violet #A51AED

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.07%

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

R = 38.55%
G = 6.07%
B = 55.37%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A51AED (or 0xA51AED) is known color: Blue Violet. HEX triplet: A5, 1A and ED. RGB value is (165,26,237). Sum of RGB (Red+Green+Blue) = 165+26+237=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #A51AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51AED is #5AE512. Grayscale: #5A5A5A. Windows color (decimal): -5956883 or 15538853. OLE color: 15538853.

HSL color Cylindrical-coordinate representation of color #A51AED: hue angle of 279.53º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A51AED is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 26 237 -
CMYK 0.30 0.89 0 0.07
HSL 279.53º 0.85% 0.52% -
HSV(B) 279.53º 0.89% 0.93% -
XYZ 31.17 14.85 81.34 -
YUV 91.62 210.05 180.34 -
System Red Green Blue C M Y K H S L
Decimal 165 26 237 0.30 0.89 0 0.07 279.53 0.85 0.52
Hex A5 1A ED 1E 59 0 7 118 55 34
Octal 245 32 355 36 131 0 7 430 125 64
Binary 10100101 11010 11101101 11110 1011001 0 111 100011000 1010101 110100

Color Harmonies of #A51AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51AED

Black with #A51AED

Text Example


Text Example

White with #A51AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51AED; }

 p { color: rgb(165,26,237); }

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

background-color css

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

 a { background-color: rgb(165,26,237); }

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

border-color css

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

 span { border-color: rgb(165,26,237); }

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