Html Css Color HEX #A525E6 Blue Violet

📋 copy color: '#A525E6'

red 165 ◦ green 37 ◦ blue 230

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

Shades of Blue Violet #A525E6

Tints of Blue Violet #A525E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.24%

R = 38.19%
G = 8.56%
B = 53.24%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A525E6 (or 0xA525E6) is known color: Blue Violet. HEX triplet: A5, 25 and E6. RGB value is (165,37,230). Sum of RGB (Red+Green+Blue) = 165+37+230=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #A525E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A525E6 is #5ADA19. Grayscale: #606060. Windows color (decimal): -5954074 or 15082917. OLE color: 15082917.

HSL color Cylindrical-coordinate representation of color #A525E6: hue angle of 279.79º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A525E6 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 37 230 -
CMYK 0.28 0.84 0 0.10
HSL 279.79º 0.79% 0.52% -
HSV(B) 279.79º 0.84% 0.9% -
XYZ 30.46 15.04 76.16 -
YUV 97.27 202.91 176.31 -
System Red Green Blue C M Y K H S L
Decimal 165 37 230 0.28 0.84 0 0.10 279.79 0.79 0.52
Hex A5 25 E6 1C 54 0 A 118 4F 34
Octal 245 45 346 34 124 0 12 430 117 64
Binary 10100101 100101 11100110 11100 1010100 0 1010 100011000 1001111 110100

Color Harmonies of #A525E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525E6

Black with #A525E6

Text Example


Text Example

White with #A525E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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