Html Css Color HEX #A83FAD Violet Blue

📋 copy color: '#A83FAD'

red 168 ◦ green 63 ◦ blue 173

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

Shades of Violet Blue #A83FAD

Tints of Violet Blue #A83FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.59%

 BLUE value IS 173 (67.97% from 255) = 42.82%

R = 41.58%
G = 15.59%
B = 42.82%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A83FAD (or 0xA83FAD) is known color: Violet Blue. HEX triplet: A8, 3F and AD. RGB value is (168,63,173). Sum of RGB (Red+Green+Blue) = 168+63+173=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #A83FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83FAD is #57C052. Grayscale: #6A6A6A. Windows color (decimal): -5750867 or 11354024. OLE color: 11354024.

HSL color Cylindrical-coordinate representation of color #A83FAD: hue angle of 297.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83FAD is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 63 173 -
CMYK 0.03 0.64 0 0.32
HSL 297.27º 0.47% 0.46% -
HSV(B) 297.27º 0.64% 0.68% -
XYZ 25.47 14.9 41.07 -
YUV 106.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 168 63 173 0.03 0.64 0 0.32 297.27 0.47 0.46
Hex A8 3F AD 3 40 0 20 129 2F 2E
Octal 250 77 255 3 100 0 40 451 57 56
Binary 10101000 111111 10101101 11 1000000 0 100000 100101001 101111 101110

Color Harmonies of #A83FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83FAD

Black with #A83FAD

Text Example


Text Example

White with #A83FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83FAD; }

 p { color: rgb(168,63,173); }

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

background-color css

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

 a { background-color: rgb(168,63,173); }

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

border-color css

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

 span { border-color: rgb(168,63,173); }

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