Html Css Color HEX #A443ED Blue Violet

📋 copy color: '#A443ED'

red 164 ◦ green 67 ◦ blue 237

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

Shades of Blue Violet #A443ED

Tints of Blue Violet #A443ED

RGB

 RED value IS 164 (64.45% from 255) = 35.04%

 GREEN value IS 67 (26.56% from 255) = 14.32%

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

R = 35.04%
G = 14.32%
B = 50.64%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A443ED (or 0xA443ED) is known color: Blue Violet. HEX triplet: A4, 43 and ED. RGB value is (164,67,237). Sum of RGB (Red+Green+Blue) = 164+67+237=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #A443ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A443ED is #5BBC12. Grayscale: #727272. Windows color (decimal): -6011923 or 15549348. OLE color: 15549348.

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

Color convert

RGB 164 67 237 -
CMYK 0.31 0.72 0 0.07
HSL 274.24º 0.83% 0.6% -
HSV(B) 274.24º 0.72% 0.93% -
XYZ 32.6 18.02 81.88 -
YUV 115.38 196.64 162.68 -
System Red Green Blue C M Y K H S L
Decimal 164 67 237 0.31 0.72 0 0.07 274.24 0.83 0.6
Hex A4 43 ED 1F 48 0 7 112 53 3C
Octal 244 103 355 37 110 0 7 422 123 74
Binary 10100100 1000011 11101101 11111 1001000 0 111 100010010 1010011 111100

Color Harmonies of #A443ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A443ED

Black with #A443ED

Text Example


Text Example

White with #A443ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A443ED; }

 p { color: rgb(164,67,237); }

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

background-color css

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

 a { background-color: rgb(164,67,237); }

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

border-color css

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

 span { border-color: rgb(164,67,237); }

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