Html Css Color HEX #A825FE Blue Violet

📋 copy color: '#A825FE'

red 168 ◦ green 37 ◦ blue 254

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

Shades of Blue Violet #A825FE

Tints of Blue Violet #A825FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.34%

R = 36.6%
G = 8.06%
B = 55.34%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A825FE (or 0xA825FE) is known color: Blue Violet. HEX triplet: A8, 25 and FE. RGB value is (168,37,254). Sum of RGB (Red+Green+Blue) = 168+37+254=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #A825FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A825FE is #57DA01. Grayscale: #646464. Windows color (decimal): -5757442 or 16655784. OLE color: 16655784.

HSL color Cylindrical-coordinate representation of color #A825FE: hue angle of 276.22º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A825FE is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 37 254 -
CMYK 0.34 0.85 0 0.00
HSL 276.22º 0.99% 0.57% -
HSV(B) 276.22º 0.85% 1% -
XYZ 34.7 16.8 95.18 -
YUV 100.91 214.4 175.86 -
System Red Green Blue C M Y K H S L
Decimal 168 37 254 0.34 0.85 0 0.00 276.22 0.99 0.57
Hex A8 25 FE 22 55 0 0 114 63 39
Octal 250 45 376 42 125 0 0 424 143 71
Binary 10101000 100101 11111110 100010 1010101 0 0 100010100 1100011 111001

Color Harmonies of #A825FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A825FE

Black with #A825FE

Text Example


Text Example

White with #A825FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A825FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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