Html Css Color HEX #A83BAE Violet Blue

📋 copy color: '#A83BAE'

red 168 ◦ green 59 ◦ blue 174

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

Shades of Violet Blue #A83BAE

Tints of Violet Blue #A83BAE

RGB

 RED value IS 168 (66.02% from 255) = 41.9%

 GREEN value IS 59 (23.44% from 255) = 14.71%

 BLUE value IS 174 (68.36% from 255) = 43.39%

R = 41.9%
G = 14.71%
B = 43.39%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A83BAE (or 0xA83BAE) is known color: Violet Blue. HEX triplet: A8, 3B and AE. RGB value is (168,59,174). Sum of RGB (Red+Green+Blue) = 168+59+174=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #A83BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83BAE is #57C451. Grayscale: #686868. Windows color (decimal): -5751890 or 11418536. OLE color: 11418536.

HSL color Cylindrical-coordinate representation of color #A83BAE: hue angle of 296.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83BAE is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 59 174 -
CMYK 0.03 0.66 0 0.32
HSL 296.87º 0.49% 0.46% -
HSV(B) 296.87º 0.66% 0.68% -
XYZ 25.35 14.51 41.51 -
YUV 104.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 168 59 174 0.03 0.66 0 0.32 296.87 0.49 0.46
Hex A8 3B AE 3 42 0 20 129 31 2E
Octal 250 73 256 3 102 0 40 451 61 56
Binary 10101000 111011 10101110 11 1000010 0 100000 100101001 110001 101110

Color Harmonies of #A83BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BAE

Black with #A83BAE

Text Example


Text Example

White with #A83BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BAE; }

 p { color: rgb(168,59,174); }

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

background-color css

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

 a { background-color: rgb(168,59,174); }

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

border-color css

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

 span { border-color: rgb(168,59,174); }

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