Html Css Color HEX #A525FC Blue Violet

📋 copy color: '#A525FC'

red 165 ◦ green 37 ◦ blue 252

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

Shades of Blue Violet #A525FC

Tints of Blue Violet #A525FC

RGB

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

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

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

R = 36.34%
G = 8.15%
B = 55.51%

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

#A525FC (or 0xA525FC) is known color: Blue Violet. HEX triplet: A5, 25 and FC. RGB value is (165,37,252). Sum of RGB (Red+Green+Blue) = 165+37+252=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #A525FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A525FC is #5ADA03. Grayscale: #636363. Windows color (decimal): -5954052 or 16524709. OLE color: 16524709.

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

Color convert

RGB 165 37 252 -
CMYK 0.35 0.85 0 0.01
HSL 275.72º 0.97% 0.57% -
HSV(B) 275.72º 0.85% 0.99% -
XYZ 33.75 16.35 93.47 -
YUV 99.78 213.91 174.52 -
System Red Green Blue C M Y K H S L
Decimal 165 37 252 0.35 0.85 0 0.01 275.72 0.97 0.57
Hex A5 25 FC 23 55 0 1 114 61 39
Octal 245 45 374 43 125 0 1 424 141 71
Binary 10100101 100101 11111100 100011 1010101 0 1 100010100 1100001 111001

Color Harmonies of #A525FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525FC

Black with #A525FC

Text Example


Text Example

White with #A525FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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