Html Css Color HEX #A529FC Blue Violet

📋 copy color: '#A529FC'

red 165 ◦ green 41 ◦ blue 252

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

Shades of Blue Violet #A529FC

Tints of Blue Violet #A529FC

RGB

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

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

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

R = 36.03%
G = 8.95%
B = 55.02%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A529FC (or 0xA529FC) is known color: Blue Violet. HEX triplet: A5, 29 and FC. RGB value is (165,41,252). Sum of RGB (Red+Green+Blue) = 165+41+252=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #A529FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A529FC is #5AD603. Grayscale: #656565. Windows color (decimal): -5953028 or 16525733. OLE color: 16525733.

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

Color convert

RGB 165 41 252 -
CMYK 0.35 0.84 0 0.01
HSL 275.26º 0.97% 0.57% -
HSV(B) 275.26º 0.84% 0.99% -
XYZ 33.88 16.61 93.52 -
YUV 102.13 212.58 172.84 -
System Red Green Blue C M Y K H S L
Decimal 165 41 252 0.35 0.84 0 0.01 275.26 0.97 0.57
Hex A5 29 FC 23 54 0 1 113 61 39
Octal 245 51 374 43 124 0 1 423 141 71
Binary 10100101 101001 11111100 100011 1010100 0 1 100010011 1100001 111001

Color Harmonies of #A529FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A529FC

Black with #A529FC

Text Example


Text Example

White with #A529FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A529FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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