Html Css Color HEX #A525ED Blue Violet

📋 copy color: '#A525ED'

red 165 ◦ green 37 ◦ blue 237

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

Shades of Blue Violet #A525ED

Tints of Blue Violet #A525ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.99%

R = 37.59%
G = 8.43%
B = 53.99%

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

#A525ED (or 0xA525ED) is known color: Blue Violet. HEX triplet: A5, 25 and ED. RGB value is (165,37,237). Sum of RGB (Red+Green+Blue) = 165+37+237=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #A525ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A525ED is #5ADA12. Grayscale: #616161. Windows color (decimal): -5954067 or 15541669. OLE color: 15541669.

HSL color Cylindrical-coordinate representation of color #A525ED: hue angle of 278.4º degrees, saturation: 0.85, 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 #A525ED is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 37 237 -
CMYK 0.30 0.84 0 0.07
HSL 278.4º 0.85% 0.54% -
HSV(B) 278.4º 0.84% 0.93% -
XYZ 31.46 15.44 81.44 -
YUV 98.07 206.41 175.74 -
System Red Green Blue C M Y K H S L
Decimal 165 37 237 0.30 0.84 0 0.07 278.4 0.85 0.54
Hex A5 25 ED 1E 54 0 7 116 55 36
Octal 245 45 355 36 124 0 7 426 125 66
Binary 10100101 100101 11101101 11110 1010100 0 111 100010110 1010101 110110

Color Harmonies of #A525ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525ED

Black with #A525ED

Text Example


Text Example

White with #A525ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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