Html Css Color HEX #A528FD Blue Violet

📋 copy color: '#A528FD'

red 165 ◦ green 40 ◦ blue 253

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

Shades of Blue Violet #A528FD

Tints of Blue Violet #A528FD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.73%

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 36.03%
G = 8.73%
B = 55.24%

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

#A528FD (or 0xA528FD) is known color: Blue Violet. HEX triplet: A5, 28 and FD. RGB value is (165,40,253). Sum of RGB (Red+Green+Blue) = 165+40+253=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #A528FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A528FD is #5AD702. Grayscale: #646464. Windows color (decimal): -5953283 or 16591013. OLE color: 16591013.

HSL color Cylindrical-coordinate representation of color #A528FD: hue angle of 275.21º degrees, saturation: 0.98, 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 #A528FD is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 40 253 -
CMYK 0.35 0.84 0 0.01
HSL 275.21º 0.98% 0.57% -
HSV(B) 275.21º 0.84% 0.99% -
XYZ 34.01 16.61 94.34 -
YUV 101.66 213.41 173.18 -
System Red Green Blue C M Y K H S L
Decimal 165 40 253 0.35 0.84 0 0.01 275.21 0.98 0.57
Hex A5 28 FD 23 54 0 1 113 62 39
Octal 245 50 375 43 124 0 1 423 142 71
Binary 10100101 101000 11111101 100011 1010100 0 1 100010011 1100010 111001

Color Harmonies of #A528FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528FD

Black with #A528FD

Text Example


Text Example

White with #A528FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528FD; }

 p { color: rgb(165,40,253); }

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

background-color css

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

 a { background-color: rgb(165,40,253); }

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

border-color css

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

 span { border-color: rgb(165,40,253); }

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