Html Css Color HEX #A724ED Blue Violet

📋 copy color: '#A724ED'

red 167 ◦ green 36 ◦ blue 237

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

Shades of Blue Violet #A724ED

Tints of Blue Violet #A724ED

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.18%

 BLUE value IS 237 (92.97% from 255) = 53.86%

R = 37.95%
G = 8.18%
B = 53.86%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A724ED (or 0xA724ED) is known color: Blue Violet. HEX triplet: A7, 24 and ED. RGB value is (167,36,237). Sum of RGB (Red+Green+Blue) = 167+36+237=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #A724ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A724ED is #58DB12. Grayscale: #616161. Windows color (decimal): -5823251 or 15541415. OLE color: 15541415.

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

Color convert

RGB 167 36 237 -
CMYK 0.30 0.85 0 0.07
HSL 279.1º 0.85% 0.54% -
HSV(B) 279.1º 0.85% 0.93% -
XYZ 31.85 15.59 81.45 -
YUV 98.08 206.4 177.16 -
System Red Green Blue C M Y K H S L
Decimal 167 36 237 0.30 0.85 0 0.07 279.1 0.85 0.54
Hex A7 24 ED 1E 55 0 7 117 55 36
Octal 247 44 355 36 125 0 7 427 125 66
Binary 10100111 100100 11101101 11110 1010101 0 111 100010111 1010101 110110

Color Harmonies of #A724ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A724ED

Black with #A724ED

Text Example


Text Example

White with #A724ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A724ED; }

 p { color: rgb(167,36,237); }

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

background-color css

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

 a { background-color: rgb(167,36,237); }

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

border-color css

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

 span { border-color: rgb(167,36,237); }

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