Html Css Color HEX #A526FC Blue Violet

📋 copy color: '#A526FC'

red 165 ◦ green 38 ◦ blue 252

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

Shades of Blue Violet #A526FC

Tints of Blue Violet #A526FC

RGB

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

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

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

R = 36.26%
G = 8.35%
B = 55.38%

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

#A526FC (or 0xA526FC) is known color: Blue Violet. HEX triplet: A5, 26 and FC. RGB value is (165,38,252). Sum of RGB (Red+Green+Blue) = 165+38+252=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #A526FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A526FC is #5AD903. Grayscale: #636363. Windows color (decimal): -5953796 or 16524965. OLE color: 16524965.

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

Color convert

RGB 165 38 252 -
CMYK 0.35 0.85 0 0.01
HSL 275.61º 0.97% 0.57% -
HSV(B) 275.61º 0.85% 0.99% -
XYZ 33.78 16.41 93.48 -
YUV 100.37 213.58 174.1 -
System Red Green Blue C M Y K H S L
Decimal 165 38 252 0.35 0.85 0 0.01 275.61 0.97 0.57
Hex A5 26 FC 23 55 0 1 114 61 39
Octal 245 46 374 43 125 0 1 424 141 71
Binary 10100101 100110 11111100 100011 1010101 0 1 100010100 1100001 111001

Color Harmonies of #A526FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526FC

Black with #A526FC

Text Example


Text Example

White with #A526FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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