Html Css Color HEX #A525FE Blue Violet

📋 copy color: '#A525FE'

red 165 ◦ green 37 ◦ blue 254

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

Shades of Blue Violet #A525FE

Tints of Blue Violet #A525FE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.11%

 BLUE value IS 254 (99.61% from 255) = 55.7%

R = 36.18%
G = 8.11%
B = 55.7%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A525FE (or 0xA525FE) is known color: Blue Violet. HEX triplet: A5, 25 and FE. RGB value is (165,37,254). Sum of RGB (Red+Green+Blue) = 165+37+254=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #A525FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A525FE is #5ADA01. Grayscale: #636363. Windows color (decimal): -5954050 or 16655781. OLE color: 16655781.

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

Color convert

RGB 165 37 254 -
CMYK 0.35 0.85 0 0.00
HSL 275.39º 0.99% 0.57% -
HSV(B) 275.39º 0.85% 1% -
XYZ 34.07 16.48 95.15 -
YUV 100.01 214.91 174.36 -
System Red Green Blue C M Y K H S L
Decimal 165 37 254 0.35 0.85 0 0.00 275.39 0.99 0.57
Hex A5 25 FE 23 55 0 0 113 63 39
Octal 245 45 376 43 125 0 0 423 143 71
Binary 10100101 100101 11111110 100011 1010101 0 0 100010011 1100011 111001

Color Harmonies of #A525FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525FE

Black with #A525FE

Text Example


Text Example

White with #A525FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525FE; }

 p { color: rgb(165,37,254); }

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

background-color css

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

 a { background-color: rgb(165,37,254); }

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

border-color css

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

 span { border-color: rgb(165,37,254); }

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