Html Css Color HEX #A51EFC Blue Violet

📋 copy color: '#A51EFC'

red 165 ◦ green 30 ◦ blue 252

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

Shades of Blue Violet #A51EFC

Tints of Blue Violet #A51EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.38%

R = 36.91%
G = 6.71%
B = 56.38%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A51EFC (or 0xA51EFC) is known color: Blue Violet. HEX triplet: A5, 1E and FC. RGB value is (165,30,252). Sum of RGB (Red+Green+Blue) = 165+30+252=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #A51EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51EFC is #5AE103. Grayscale: #5E5E5E. Windows color (decimal): -5955844 or 16522917. OLE color: 16522917.

HSL color Cylindrical-coordinate representation of color #A51EFC: hue angle of 276.49º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51EFC is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 30 252 -
CMYK 0.35 0.88 0 0.01
HSL 276.49º 0.97% 0.55% -
HSV(B) 276.49º 0.88% 0.99% -
XYZ 33.55 15.96 93.41 -
YUV 95.67 216.23 177.45 -
System Red Green Blue C M Y K H S L
Decimal 165 30 252 0.35 0.88 0 0.01 276.49 0.97 0.55
Hex A5 1E FC 23 58 0 1 114 61 37
Octal 245 36 374 43 130 0 1 424 141 67
Binary 10100101 11110 11111100 100011 1011000 0 1 100010100 1100001 110111

Color Harmonies of #A51EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51EFC

Black with #A51EFC

Text Example


Text Example

White with #A51EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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