Html Css Color HEX #A526FD Blue Violet

📋 copy color: '#A526FD'

red 165 ◦ green 38 ◦ blue 253

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

Shades of Blue Violet #A526FD

Tints of Blue Violet #A526FD

RGB

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

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

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

R = 36.18%
G = 8.33%
B = 55.48%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A526FD (or 0xA526FD) is known color: Blue Violet. HEX triplet: A5, 26 and FD. RGB value is (165,38,253). Sum of RGB (Red+Green+Blue) = 165+38+253=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #A526FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A526FD is #5AD902. Grayscale: #636363. Windows color (decimal): -5953795 or 16590501. OLE color: 16590501.

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

Color convert

RGB 165 38 253 -
CMYK 0.35 0.85 0 0.01
HSL 275.44º 0.98% 0.57% -
HSV(B) 275.44º 0.85% 0.99% -
XYZ 33.94 16.48 94.32 -
YUV 100.48 214.08 174.02 -
System Red Green Blue C M Y K H S L
Decimal 165 38 253 0.35 0.85 0 0.01 275.44 0.98 0.57
Hex A5 26 FD 23 55 0 1 113 62 39
Octal 245 46 375 43 125 0 1 423 142 71
Binary 10100101 100110 11111101 100011 1010101 0 1 100010011 1100010 111001

Color Harmonies of #A526FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526FD

Black with #A526FD

Text Example


Text Example

White with #A526FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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