Html Css Color HEX #A529FF Blue Violet

📋 copy color: '#A529FF'

red 165 ◦ green 41 ◦ blue 255

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

Shades of Blue Violet #A529FF

Tints of Blue Violet #A529FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.89%

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

R = 35.79%
G = 8.89%
B = 55.31%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A529FF (or 0xA529FF) is known color: Blue Violet. HEX triplet: A5, 29 and FF. RGB value is (165,41,255). Sum of RGB (Red+Green+Blue) = 165+41+255=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #A529FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A529FF is #5AD600. Grayscale: #656565. Windows color (decimal): -5953025 or 16722341. OLE color: 16722341.

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

Color convert

RGB 165 41 255 -
CMYK 0.35 0.84 0 0
HSL 274.77º 1% 0.58% -
HSV(B) 274.77º 0.84% 1% -
XYZ 34.36 16.81 96.04 -
YUV 102.47 214.08 172.6 -
System Red Green Blue C M Y K H S L
Decimal 165 41 255 0.35 0.84 0 0 274.77 1 0.58
Hex A5 29 FF 23 54 0 0 113 64 3A
Octal 245 51 377 43 124 0 0 423 144 72
Binary 10100101 101001 11111111 100011 1010100 0 0 100010011 1100100 111010

Color Harmonies of #A529FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A529FF

Black with #A529FF

Text Example


Text Example

White with #A529FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A529FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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