Html Css Color HEX #A367AB Violet Blue

📋 copy color: '#A367AB'

red 163 ◦ green 103 ◦ blue 171

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

Shades of Violet Blue #A367AB

Tints of Violet Blue #A367AB

RGB

 RED value IS 163 (64.06% from 255) = 37.3%

 GREEN value IS 103 (40.63% from 255) = 23.57%

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

R = 37.3%
G = 23.57%
B = 39.13%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A367AB (or 0xA367AB) is known color: Violet Blue. HEX triplet: A3, 67 and AB. RGB value is (163,103,171). Sum of RGB (Red+Green+Blue) = 163+103+171=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #A367AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A367AB is #5C9854. Grayscale: #808080. Windows color (decimal): -6068309 or 11233187. OLE color: 11233187.

HSL color Cylindrical-coordinate representation of color #A367AB: hue angle of 292.94º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A367AB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 103 171 -
CMYK 0.05 0.40 0 0.33
HSL 292.94º 0.29% 0.54% -
HSV(B) 292.94º 0.4% 0.67% -
XYZ 27.31 20.43 41.03 -
YUV 128.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 163 103 171 0.05 0.40 0 0.33 292.94 0.29 0.54
Hex A3 67 AB 5 28 0 21 125 1D 36
Octal 243 147 253 5 50 0 41 445 35 66
Binary 10100011 1100111 10101011 101 101000 0 100001 100100101 11101 110110

Color Harmonies of #A367AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A367AB

Black with #A367AB

Text Example


Text Example

White with #A367AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A367AB; }

 p { color: rgb(163,103,171); }

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

background-color css

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

 a { background-color: rgb(163,103,171); }

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

border-color css

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

 span { border-color: rgb(163,103,171); }

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