Html Css Color HEX #A51FEA Blue Violet

📋 copy color: '#A51FEA'

red 165 ◦ green 31 ◦ blue 234

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

Shades of Blue Violet #A51FEA

Tints of Blue Violet #A51FEA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.21%

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

R = 38.37%
G = 7.21%
B = 54.42%

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

#A51FEA (or 0xA51FEA) is known color: Blue Violet. HEX triplet: A5, 1F and EA. RGB value is (165,31,234). Sum of RGB (Red+Green+Blue) = 165+31+234=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #A51FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51FEA is #5AE015. Grayscale: #5D5D5D. Windows color (decimal): -5955606 or 15343525. OLE color: 15343525.

HSL color Cylindrical-coordinate representation of color #A51FEA: hue angle of 279.61º 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 #A51FEA is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 31 234 -
CMYK 0.29 0.87 0 0.08
HSL 279.61º 0.83% 0.52% -
HSV(B) 279.61º 0.87% 0.92% -
XYZ 30.86 14.92 79.1 -
YUV 94.21 206.89 178.49 -
System Red Green Blue C M Y K H S L
Decimal 165 31 234 0.29 0.87 0 0.08 279.61 0.83 0.52
Hex A5 1F EA 1D 57 0 8 118 53 34
Octal 245 37 352 35 127 0 10 430 123 64
Binary 10100101 11111 11101010 11101 1010111 0 1000 100011000 1010011 110100

Color Harmonies of #A51FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51FEA

Black with #A51FEA

Text Example


Text Example

White with #A51FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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