Html Css Color HEX #A728EE Blue Violet

📋 copy color: '#A728EE'

red 167 ◦ green 40 ◦ blue 238

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

Shades of Blue Violet #A728EE

Tints of Blue Violet #A728EE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.99%

 BLUE value IS 238 (93.36% from 255) = 53.48%

R = 37.53%
G = 8.99%
B = 53.48%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A728EE (or 0xA728EE) is known color: Blue Violet. HEX triplet: A7, 28 and EE. RGB value is (167,40,238). Sum of RGB (Red+Green+Blue) = 167+40+238=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #A728EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A728EE is #58D711. Grayscale: #636363. Windows color (decimal): -5822226 or 15607975. OLE color: 15607975.

HSL color Cylindrical-coordinate representation of color #A728EE: hue angle of 278.48º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A728EE is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 40 238 -
CMYK 0.30 0.83 0 0.07
HSL 278.48º 0.85% 0.55% -
HSV(B) 278.48º 0.83% 0.93% -
XYZ 32.13 15.91 82.27 -
YUV 100.55 205.58 175.4 -
System Red Green Blue C M Y K H S L
Decimal 167 40 238 0.30 0.83 0 0.07 278.48 0.85 0.55
Hex A7 28 EE 1E 53 0 7 116 55 37
Octal 247 50 356 36 123 0 7 426 125 67
Binary 10100111 101000 11101110 11110 1010011 0 111 100010110 1010101 110111

Color Harmonies of #A728EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728EE

Black with #A728EE

Text Example


Text Example

White with #A728EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728EE; }

 p { color: rgb(167,40,238); }

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

background-color css

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

 a { background-color: rgb(167,40,238); }

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

border-color css

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

 span { border-color: rgb(167,40,238); }

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