Html Css Color HEX #A725EF Blue Violet

📋 copy color: '#A725EF'

red 167 ◦ green 37 ◦ blue 239

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

Shades of Blue Violet #A725EF

Tints of Blue Violet #A725EF

RGB

 RED value IS 167 (65.63% from 255) = 37.7%

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

 BLUE value IS 239 (93.75% from 255) = 53.95%

R = 37.7%
G = 8.35%
B = 53.95%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A725EF (or 0xA725EF) is known color: Blue Violet. HEX triplet: A7, 25 and EF. RGB value is (167,37,239). Sum of RGB (Red+Green+Blue) = 167+37+239=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #A725EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A725EF is #58DA10. Grayscale: #626262. Windows color (decimal): -5822993 or 15672743. OLE color: 15672743.

HSL color Cylindrical-coordinate representation of color #A725EF: hue angle of 278.61º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A725EF is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 37 239 -
CMYK 0.30 0.85 0 0.06
HSL 278.61º 0.86% 0.54% -
HSV(B) 278.61º 0.85% 0.94% -
XYZ 32.18 15.77 83.01 -
YUV 98.9 207.07 176.57 -
System Red Green Blue C M Y K H S L
Decimal 167 37 239 0.30 0.85 0 0.06 278.61 0.86 0.54
Hex A7 25 EF 1E 55 0 6 117 56 36
Octal 247 45 357 36 125 0 6 427 126 66
Binary 10100111 100101 11101111 11110 1010101 0 110 100010111 1010110 110110

Color Harmonies of #A725EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A725EF

Black with #A725EF

Text Example


Text Example

White with #A725EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A725EF; }

 p { color: rgb(167,37,239); }

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

background-color css

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

 a { background-color: rgb(167,37,239); }

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

border-color css

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

 span { border-color: rgb(167,37,239); }

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