Html Css Color HEX #A83D9E Violet Blue

📋 copy color: '#A83D9E'

red 168 ◦ green 61 ◦ blue 158

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

Shades of Violet Blue #A83D9E

Tints of Violet Blue #A83D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.83%

R = 43.41%
G = 15.76%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A83D9E (or 0xA83D9E) is known color: Violet Blue. HEX triplet: A8, 3D and 9E. RGB value is (168,61,158). Sum of RGB (Red+Green+Blue) = 168+61+158=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83D9E is #57C261. Grayscale: #676767. Windows color (decimal): -5751394 or 10370472. OLE color: 10370472.

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

Color convert

RGB 168 61 158 -
CMYK 0 0.64 0.06 0.34
HSL 305.61º 0.47% 0.45% -
HSV(B) 305.61º 0.64% 0.66% -
XYZ 23.99 14.13 33.81 -
YUV 104.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 168 61 158 0 0.64 0.06 0.34 305.61 0.47 0.45
Hex A8 3D 9E 0 40 6 22 132 2F 2D
Octal 250 75 236 0 100 6 42 462 57 55
Binary 10101000 111101 10011110 0 1000000 110 100010 100110010 101111 101101

Color Harmonies of #A83D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83D9E

Black with #A83D9E

Text Example


Text Example

White with #A83D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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