Html Css Color HEX #A725EA Blue Violet

📋 copy color: '#A725EA'

red 167 ◦ green 37 ◦ blue 234

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

Shades of Blue Violet #A725EA

Tints of Blue Violet #A725EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.42%

R = 38.13%
G = 8.45%
B = 53.42%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A725EA (or 0xA725EA) is known color: Blue Violet. HEX triplet: A7, 25 and EA. RGB value is (167,37,234). Sum of RGB (Red+Green+Blue) = 167+37+234=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #A725EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A725EA is #58DA15. Grayscale: #616161. Windows color (decimal): -5822998 or 15345063. OLE color: 15345063.

HSL color Cylindrical-coordinate representation of color #A725EA: hue angle of 279.59º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A725EA is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 37 234 -
CMYK 0.29 0.84 0 0.08
HSL 279.59º 0.82% 0.53% -
HSV(B) 279.59º 0.84% 0.92% -
XYZ 31.45 15.48 79.17 -
YUV 98.33 204.57 176.98 -
System Red Green Blue C M Y K H S L
Decimal 167 37 234 0.29 0.84 0 0.08 279.59 0.82 0.53
Hex A7 25 EA 1D 54 0 8 118 52 35
Octal 247 45 352 35 124 0 10 430 122 65
Binary 10100111 100101 11101010 11101 1010100 0 1000 100011000 1010010 110101

Color Harmonies of #A725EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A725EA

Black with #A725EA

Text Example


Text Example

White with #A725EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A725EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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