Html Css Color HEX #A525EE Blue Violet

📋 copy color: '#A525EE'

red 165 ◦ green 37 ◦ blue 238

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

Shades of Blue Violet #A525EE

Tints of Blue Violet #A525EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.09%

R = 37.5%
G = 8.41%
B = 54.09%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A525EE (or 0xA525EE) is known color: Blue Violet. HEX triplet: A5, 25 and EE. RGB value is (165,37,238). Sum of RGB (Red+Green+Blue) = 165+37+238=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #A525EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A525EE is #5ADA11. Grayscale: #616161. Windows color (decimal): -5954066 or 15607205. OLE color: 15607205.

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

Color convert

RGB 165 37 238 -
CMYK 0.31 0.84 0 0.07
HSL 278.21º 0.86% 0.54% -
HSV(B) 278.21º 0.84% 0.93% -
XYZ 31.61 15.5 82.21 -
YUV 98.19 206.91 175.66 -
System Red Green Blue C M Y K H S L
Decimal 165 37 238 0.31 0.84 0 0.07 278.21 0.86 0.54
Hex A5 25 EE 1F 54 0 7 116 56 36
Octal 245 45 356 37 124 0 7 426 126 66
Binary 10100101 100101 11101110 11111 1010100 0 111 100010110 1010110 110110

Color Harmonies of #A525EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525EE

Black with #A525EE

Text Example


Text Example

White with #A525EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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