Html Css Color HEX #A825EC Blue Violet

📋 copy color: '#A825EC'

red 168 ◦ green 37 ◦ blue 236

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

Shades of Blue Violet #A825EC

Tints of Blue Violet #A825EC

RGB

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

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

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

R = 38.1%
G = 8.39%
B = 53.51%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A825EC (or 0xA825EC) is known color: Blue Violet. HEX triplet: A8, 25 and EC. RGB value is (168,37,236). Sum of RGB (Red+Green+Blue) = 168+37+236=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #A825EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A825EC is #57DA13. Grayscale: #626262. Windows color (decimal): -5757460 or 15476136. OLE color: 15476136.

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

Color convert

RGB 168 37 236 -
CMYK 0.29 0.84 0 0.07
HSL 279.5º 0.84% 0.54% -
HSV(B) 279.5º 0.84% 0.93% -
XYZ 31.95 15.7 80.7 -
YUV 98.86 205.4 177.32 -
System Red Green Blue C M Y K H S L
Decimal 168 37 236 0.29 0.84 0 0.07 279.5 0.84 0.54
Hex A8 25 EC 1D 54 0 7 117 54 36
Octal 250 45 354 35 124 0 7 427 124 66
Binary 10101000 100101 11101100 11101 1010100 0 111 100010111 1010100 110110

Color Harmonies of #A825EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A825EC

Black with #A825EC

Text Example


Text Example

White with #A825EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A825EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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