Html Css Color HEX #A83BAB Violet Blue

📋 copy color: '#A83BAB'

red 168 ◦ green 59 ◦ blue 171

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

Shades of Violet Blue #A83BAB

Tints of Violet Blue #A83BAB

RGB

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

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

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

R = 42.21%
G = 14.82%
B = 42.96%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A83BAB (or 0xA83BAB) is known color: Violet Blue. HEX triplet: A8, 3B and AB. RGB value is (168,59,171). Sum of RGB (Red+Green+Blue) = 168+59+171=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #A83BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83BAB is #57C454. Grayscale: #686868. Windows color (decimal): -5751893 or 11221928. OLE color: 11221928.

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

Color convert

RGB 168 59 171 -
CMYK 0.02 0.65 0 0.33
HSL 298.39º 0.49% 0.45% -
HSV(B) 298.39º 0.65% 0.67% -
XYZ 25.06 14.39 39.99 -
YUV 104.36 165.61 173.39 -
System Red Green Blue C M Y K H S L
Decimal 168 59 171 0.02 0.65 0 0.33 298.39 0.49 0.45
Hex A8 3B AB 2 41 0 21 12A 31 2D
Octal 250 73 253 2 101 0 41 452 61 55
Binary 10101000 111011 10101011 10 1000001 0 100001 100101010 110001 101101

Color Harmonies of #A83BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BAB

Black with #A83BAB

Text Example


Text Example

White with #A83BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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