Html Css Color HEX #A83DAB Violet Blue

📋 copy color: '#A83DAB'

red 168 ◦ green 61 ◦ blue 171

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

Shades of Violet Blue #A83DAB

Tints of Violet Blue #A83DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.25%

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

R = 42%
G = 15.25%
B = 42.75%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A83DAB (or 0xA83DAB) is known color: Violet Blue. HEX triplet: A8, 3D and AB. RGB value is (168,61,171). Sum of RGB (Red+Green+Blue) = 168+61+171=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #A83DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83DAB is #57C254. Grayscale: #696969. Windows color (decimal): -5751381 or 11222440. OLE color: 11222440.

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

Color convert

RGB 168 61 171 -
CMYK 0.02 0.64 0 0.33
HSL 298.36º 0.47% 0.45% -
HSV(B) 298.36º 0.64% 0.67% -
XYZ 25.17 14.6 40.02 -
YUV 105.53 164.95 172.56 -
System Red Green Blue C M Y K H S L
Decimal 168 61 171 0.02 0.64 0 0.33 298.36 0.47 0.45
Hex A8 3D AB 2 40 0 21 12A 2F 2D
Octal 250 75 253 2 100 0 41 452 57 55
Binary 10101000 111101 10101011 10 1000000 0 100001 100101010 101111 101101

Color Harmonies of #A83DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83DAB

Black with #A83DAB

Text Example


Text Example

White with #A83DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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