Html Css Color HEX #A725EC Blue Violet

📋 copy color: '#A725EC'

red 167 ◦ green 37 ◦ blue 236

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

Shades of Blue Violet #A725EC

Tints of Blue Violet #A725EC

RGB

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

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

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

R = 37.95%
G = 8.41%
B = 53.64%

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

#A725EC (or 0xA725EC) is known color: Blue Violet. HEX triplet: A7, 25 and EC. RGB value is (167,37,236). Sum of RGB (Red+Green+Blue) = 167+37+236=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #A725EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A725EC is #58DA13. Grayscale: #616161. Windows color (decimal): -5822996 or 15476135. OLE color: 15476135.

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

Color convert

RGB 167 37 236 -
CMYK 0.29 0.84 0 0.07
HSL 279.2º 0.84% 0.54% -
HSV(B) 279.2º 0.84% 0.93% -
XYZ 31.74 15.59 80.69 -
YUV 98.56 205.57 176.82 -
System Red Green Blue C M Y K H S L
Decimal 167 37 236 0.29 0.84 0 0.07 279.2 0.84 0.54
Hex A7 25 EC 1D 54 0 7 117 54 36
Octal 247 45 354 35 124 0 7 427 124 66
Binary 10100111 100101 11101100 11101 1010100 0 111 100010111 1010100 110110

Color Harmonies of #A725EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A725EC

Black with #A725EC

Text Example


Text Example

White with #A725EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A725EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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