Html Css Color HEX #A52EFB Blue Violet

📋 copy color: '#A52EFB'

red 165 ◦ green 46 ◦ blue 251

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

Shades of Blue Violet #A52EFB

Tints of Blue Violet #A52EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.96%

 BLUE value IS 251 (98.44% from 255) = 54.33%

R = 35.71%
G = 9.96%
B = 54.33%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A52EFB (or 0xA52EFB) is known color: Blue Violet. HEX triplet: A5, 2E and FB. RGB value is (165,46,251). Sum of RGB (Red+Green+Blue) = 165+46+251=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #A52EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52EFB is #5AD104. Grayscale: #686868. Windows color (decimal): -5951749 or 16461477. OLE color: 16461477.

HSL color Cylindrical-coordinate representation of color #A52EFB: hue angle of 274.83º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A52EFB is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 46 251 -
CMYK 0.34 0.82 0 0.02
HSL 274.83º 0.96% 0.58% -
HSV(B) 274.83º 0.82% 0.98% -
XYZ 33.91 16.92 92.75 -
YUV 104.95 210.42 170.83 -
System Red Green Blue C M Y K H S L
Decimal 165 46 251 0.34 0.82 0 0.02 274.83 0.96 0.58
Hex A5 2E FB 22 52 0 2 113 60 3A
Octal 245 56 373 42 122 0 2 423 140 72
Binary 10100101 101110 11111011 100010 1010010 0 10 100010011 1100000 111010

Color Harmonies of #A52EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52EFB

Black with #A52EFB

Text Example


Text Example

White with #A52EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52EFB; }

 p { color: rgb(165,46,251); }

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

background-color css

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

 a { background-color: rgb(165,46,251); }

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

border-color css

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

 span { border-color: rgb(165,46,251); }

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