Html Css Color HEX #A825FF Blue Violet

📋 copy color: '#A825FF'

red 168 ◦ green 37 ◦ blue 255

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

Shades of Blue Violet #A825FF

Tints of Blue Violet #A825FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.43%

R = 36.52%
G = 8.04%
B = 55.43%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A825FF (or 0xA825FF) is known color: Blue Violet. HEX triplet: A8, 25 and FF. RGB value is (168,37,255). Sum of RGB (Red+Green+Blue) = 168+37+255=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #A825FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A825FF is #57DA00. Grayscale: #646464. Windows color (decimal): -5757441 or 16721320. OLE color: 16721320.

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

Color convert

RGB 168 37 255 -
CMYK 0.34 0.85 0 0
HSL 276.06º 1% 0.57% -
HSV(B) 276.06º 0.85% 1% -
XYZ 34.86 16.87 96.03 -
YUV 101.02 214.9 175.77 -
System Red Green Blue C M Y K H S L
Decimal 168 37 255 0.34 0.85 0 0 276.06 1 0.57
Hex A8 25 FF 22 55 0 0 114 64 39
Octal 250 45 377 42 125 0 0 424 144 71
Binary 10101000 100101 11111111 100010 1010101 0 0 100010100 1100100 111001

Color Harmonies of #A825FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A825FF

Black with #A825FF

Text Example


Text Example

White with #A825FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A825FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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