Html Css Color HEX #A83AAB Violet Blue

📋 copy color: '#A83AAB'

red 168 ◦ green 58 ◦ blue 171

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

Shades of Violet Blue #A83AAB

Tints of Violet Blue #A83AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.61%

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 42.32%
G = 14.61%
B = 43.07%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A83AAB (or 0xA83AAB) is known color: Violet Blue. HEX triplet: A8, 3A and AB. RGB value is (168,58,171). Sum of RGB (Red+Green+Blue) = 168+58+171=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #A83AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83AAB is #57C554. Grayscale: #676767. Windows color (decimal): -5752149 or 11221672. OLE color: 11221672.

HSL color Cylindrical-coordinate representation of color #A83AAB: hue angle of 298.41º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83AAB is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 58 171 -
CMYK 0.02 0.66 0 0.33
HSL 298.41º 0.49% 0.45% -
HSV(B) 298.41º 0.66% 0.67% -
XYZ 25.01 14.29 39.97 -
YUV 103.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 168 58 171 0.02 0.66 0 0.33 298.41 0.49 0.45
Hex A8 3A AB 2 42 0 21 12A 31 2D
Octal 250 72 253 2 102 0 41 452 61 55
Binary 10101000 111010 10101011 10 1000010 0 100001 100101010 110001 101101

Color Harmonies of #A83AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83AAB

Black with #A83AAB

Text Example


Text Example

White with #A83AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83AAB; }

 p { color: rgb(168,58,171); }

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

background-color css

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

 a { background-color: rgb(168,58,171); }

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

border-color css

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

 span { border-color: rgb(168,58,171); }

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