Html Css Color HEX #A825E9 Blue Violet

📋 copy color: '#A825E9'

red 168 ◦ green 37 ◦ blue 233

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

Shades of Blue Violet #A825E9

Tints of Blue Violet #A825E9

RGB

 RED value IS 168 (66.02% from 255) = 38.36%

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

 BLUE value IS 233 (91.41% from 255) = 53.2%

R = 38.36%
G = 8.45%
B = 53.2%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A825E9 (or 0xA825E9) is known color: Blue Violet. HEX triplet: A8, 25 and E9. RGB value is (168,37,233). Sum of RGB (Red+Green+Blue) = 168+37+233=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 233 (91.41% from 255 or 53.20% from 438); Max value from RGB is 233 - color contains mainly: blue. Hex color #A825E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A825E9 is #57DA16. Grayscale: #616161. Windows color (decimal): -5757463 or 15279528. OLE color: 15279528.

HSL color Cylindrical-coordinate representation of color #A825E9: hue angle of 280.1º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A825E9 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 37 233 -
CMYK 0.28 0.84 0 0.09
HSL 280.1º 0.82% 0.53% -
HSV(B) 280.1º 0.84% 0.91% -
XYZ 31.52 15.53 78.43 -
YUV 98.51 203.9 177.56 -
System Red Green Blue C M Y K H S L
Decimal 168 37 233 0.28 0.84 0 0.09 280.1 0.82 0.53
Hex A8 25 E9 1C 54 0 9 118 52 35
Octal 250 45 351 34 124 0 11 430 122 65
Binary 10101000 100101 11101001 11100 1010100 0 1001 100011000 1010010 110101

Color Harmonies of #A825E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A825E9

Black with #A825E9

Text Example


Text Example

White with #A825E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A825E9; }

 p { color: rgb(168,37,233); }

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

background-color css

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

 a { background-color: rgb(168,37,233); }

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

border-color css

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

 span { border-color: rgb(168,37,233); }

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