Html Css Color HEX #A83CAB Violet Blue

📋 copy color: '#A83CAB'

red 168 ◦ green 60 ◦ blue 171

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

Shades of Violet Blue #A83CAB

Tints of Violet Blue #A83CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.04%

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

R = 42.11%
G = 15.04%
B = 42.86%

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

#A83CAB (or 0xA83CAB) is known color: Violet Blue. HEX triplet: A8, 3C and AB. RGB value is (168,60,171). Sum of RGB (Red+Green+Blue) = 168+60+171=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #A83CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83CAB is #57C354. Grayscale: #686868. Windows color (decimal): -5751637 or 11222184. OLE color: 11222184.

HSL color Cylindrical-coordinate representation of color #A83CAB: hue angle of 298.38º degrees, saturation: 0.48, 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 #A83CAB is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 60 171 -
CMYK 0.02 0.65 0 0.33
HSL 298.38º 0.48% 0.45% -
HSV(B) 298.38º 0.65% 0.67% -
XYZ 25.12 14.5 40 -
YUV 104.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 168 60 171 0.02 0.65 0 0.33 298.38 0.48 0.45
Hex A8 3C AB 2 41 0 21 12A 30 2D
Octal 250 74 253 2 101 0 41 452 60 55
Binary 10101000 111100 10101011 10 1000001 0 100001 100101010 110000 101101

Color Harmonies of #A83CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83CAB

Black with #A83CAB

Text Example


Text Example

White with #A83CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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