Html Css Color HEX #A526E7 Blue Violet

📋 copy color: '#A526E7'

red 165 ◦ green 38 ◦ blue 231

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

Shades of Blue Violet #A526E7

Tints of Blue Violet #A526E7

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.76%

 BLUE value IS 231 (90.63% from 255) = 53.23%

R = 38.02%
G = 8.76%
B = 53.23%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A526E7 (or 0xA526E7) is known color: Blue Violet. HEX triplet: A5, 26 and E7. RGB value is (165,38,231). Sum of RGB (Red+Green+Blue) = 165+38+231=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 231 (90.62% from 255 or 53.23% from 434); Max value from RGB is 231 - color contains mainly: blue. Hex color #A526E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A526E7 is #5AD918. Grayscale: #616161. Windows color (decimal): -5953817 or 15148709. OLE color: 15148709.

HSL color Cylindrical-coordinate representation of color #A526E7: hue angle of 279.48º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A526E7 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 38 231 -
CMYK 0.29 0.84 0 0.09
HSL 279.48º 0.8% 0.53% -
HSV(B) 279.48º 0.84% 0.91% -
XYZ 30.63 15.16 76.91 -
YUV 97.98 203.08 175.81 -
System Red Green Blue C M Y K H S L
Decimal 165 38 231 0.29 0.84 0 0.09 279.48 0.8 0.53
Hex A5 26 E7 1D 54 0 9 117 50 35
Octal 245 46 347 35 124 0 11 427 120 65
Binary 10100101 100110 11100111 11101 1010100 0 1001 100010111 1010000 110101

Color Harmonies of #A526E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526E7

Black with #A526E7

Text Example


Text Example

White with #A526E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526E7; }

 p { color: rgb(165,38,231); }

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

background-color css

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

 a { background-color: rgb(165,38,231); }

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

border-color css

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

 span { border-color: rgb(165,38,231); }

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