Html Css Color HEX #A35CA7 Violet Blue

📋 copy color: '#A35CA7'

red 163 ◦ green 92 ◦ blue 167

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

Shades of Violet Blue #A35CA7

Tints of Violet Blue #A35CA7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

 BLUE value IS 167 (65.63% from 255) = 39.57%

R = 38.63%
G = 21.8%
B = 39.57%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A35CA7 (or 0xA35CA7) is known color: Violet Blue. HEX triplet: A3, 5C and A7. RGB value is (163,92,167). Sum of RGB (Red+Green+Blue) = 163+92+167=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 167 - color contains mainly: blue. Hex color #A35CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35CA7 is #5CA358. Grayscale: #797979. Windows color (decimal): -6071129 or 10968227. OLE color: 10968227.

HSL color Cylindrical-coordinate representation of color #A35CA7: hue angle of 296.8º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35CA7 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 92 167 -
CMYK 0.02 0.45 0 0.35
HSL 296.8º 0.3% 0.51% -
HSV(B) 296.8º 0.45% 0.65% -
XYZ 25.91 18.23 38.71 -
YUV 121.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 163 92 167 0.02 0.45 0 0.35 296.8 0.3 0.51
Hex A3 5C A7 2 2D 0 23 129 1E 33
Octal 243 134 247 2 55 0 43 451 36 63
Binary 10100011 1011100 10100111 10 101101 0 100011 100101001 11110 110011

Color Harmonies of #A35CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35CA7

Black with #A35CA7

Text Example


Text Example

White with #A35CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35CA7; }

 p { color: rgb(163,92,167); }

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

background-color css

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

 a { background-color: rgb(163,92,167); }

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

border-color css

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

 span { border-color: rgb(163,92,167); }

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