Html Css Color HEX #A526FF Blue Violet

📋 copy color: '#A526FF'

red 165 ◦ green 38 ◦ blue 255

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

Shades of Blue Violet #A526FF

Tints of Blue Violet #A526FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.68%

R = 36.03%
G = 8.3%
B = 55.68%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A526FF (or 0xA526FF) is known color: Blue Violet. HEX triplet: A5, 26 and FF. RGB value is (165,38,255). Sum of RGB (Red+Green+Blue) = 165+38+255=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #A526FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A526FF is #5AD900. Grayscale: #636363. Windows color (decimal): -5953793 or 16721573. OLE color: 16721573.

HSL color Cylindrical-coordinate representation of color #A526FF: hue angle of 275.12º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A526FF is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 38 255 -
CMYK 0.35 0.85 0 0
HSL 275.12º 1% 0.57% -
HSV(B) 275.12º 0.85% 1% -
XYZ 34.26 16.61 96.01 -
YUV 100.71 215.08 173.86 -
System Red Green Blue C M Y K H S L
Decimal 165 38 255 0.35 0.85 0 0 275.12 1 0.57
Hex A5 26 FF 23 55 0 0 113 64 39
Octal 245 46 377 43 125 0 0 423 144 71
Binary 10100101 100110 11111111 100011 1010101 0 0 100010011 1100100 111001

Color Harmonies of #A526FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526FF

Black with #A526FF

Text Example


Text Example

White with #A526FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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