Html Css Color HEX #A525EC Blue Violet

📋 copy color: '#A525EC'

red 165 ◦ green 37 ◦ blue 236

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

Shades of Blue Violet #A525EC

Tints of Blue Violet #A525EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.88%

R = 37.67%
G = 8.45%
B = 53.88%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A525EC (or 0xA525EC) is known color: Blue Violet. HEX triplet: A5, 25 and EC. RGB value is (165,37,236). Sum of RGB (Red+Green+Blue) = 165+37+236=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #A525EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A525EC is #5ADA13. Grayscale: #616161. Windows color (decimal): -5954068 or 15476133. OLE color: 15476133.

HSL color Cylindrical-coordinate representation of color #A525EC: hue angle of 278.59º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A525EC is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 37 236 -
CMYK 0.30 0.84 0 0.07
HSL 278.59º 0.84% 0.54% -
HSV(B) 278.59º 0.84% 0.93% -
XYZ 31.32 15.38 80.67 -
YUV 97.96 205.91 175.82 -
System Red Green Blue C M Y K H S L
Decimal 165 37 236 0.30 0.84 0 0.07 278.59 0.84 0.54
Hex A5 25 EC 1E 54 0 7 117 54 36
Octal 245 45 354 36 124 0 7 427 124 66
Binary 10100101 100101 11101100 11110 1010100 0 111 100010111 1010100 110110

Color Harmonies of #A525EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525EC

Black with #A525EC

Text Example


Text Example

White with #A525EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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