Html Css Color HEX #A83DAA Violet Blue

📋 copy color: '#A83DAA'

red 168 ◦ green 61 ◦ blue 170

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

Shades of Violet Blue #A83DAA

Tints of Violet Blue #A83DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 42.11%
G = 15.29%
B = 42.61%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A83DAA (or 0xA83DAA) is known color: Violet Blue. HEX triplet: A8, 3D and AA. RGB value is (168,61,170). Sum of RGB (Red+Green+Blue) = 168+61+170=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #A83DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83DAA is #57C255. Grayscale: #696969. Windows color (decimal): -5751382 or 11156904. OLE color: 11156904.

HSL color Cylindrical-coordinate representation of color #A83DAA: hue angle of 298.9º 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 #A83DAA is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 61 170 -
CMYK 0.01 0.64 0 0.33
HSL 298.9º 0.47% 0.45% -
HSV(B) 298.9º 0.64% 0.67% -
XYZ 25.07 14.56 39.52 -
YUV 105.42 164.45 172.64 -
System Red Green Blue C M Y K H S L
Decimal 168 61 170 0.01 0.64 0 0.33 298.9 0.47 0.45
Hex A8 3D AA 1 40 0 21 12B 2F 2D
Octal 250 75 252 1 100 0 41 453 57 55
Binary 10101000 111101 10101010 1 1000000 0 100001 100101011 101111 101101

Color Harmonies of #A83DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83DAA

Black with #A83DAA

Text Example


Text Example

White with #A83DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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