Html Css Color HEX #A367A0 Violet Blue

📋 copy color: '#A367A0'

red 163 ◦ green 103 ◦ blue 160

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

Shades of Violet Blue #A367A0

Tints of Violet Blue #A367A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.56%

R = 38.26%
G = 24.18%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A367A0 (or 0xA367A0) is known color: Violet Blue. HEX triplet: A3, 67 and A0. RGB value is (163,103,160). Sum of RGB (Red+Green+Blue) = 163+103+160=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A367A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A367A0 is #5C985F. Grayscale: #7F7F7F. Windows color (decimal): -6068320 or 10512291. OLE color: 10512291.

HSL color Cylindrical-coordinate representation of color #A367A0: hue angle of 303º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A367A0 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 103 160 -
CMYK 0 0.37 0.02 0.36
HSL 303º 0.25% 0.52% -
HSV(B) 303º 0.37% 0.64% -
XYZ 26.3 20.03 35.74 -
YUV 127.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 163 103 160 0 0.37 0.02 0.36 303 0.25 0.52
Hex A3 67 A0 0 25 2 24 12F 19 34
Octal 243 147 240 0 45 2 44 457 31 64
Binary 10100011 1100111 10100000 0 100101 10 100100 100101111 11001 110100

Color Harmonies of #A367A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A367A0

Black with #A367A0

Text Example


Text Example

White with #A367A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A367A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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