Html Css Color HEX #A764A3 Violet Blue

📋 copy color: '#A764A3'

red 167 ◦ green 100 ◦ blue 163

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

Shades of Violet Blue #A764A3

Tints of Violet Blue #A764A3

RGB

 RED value IS 167 (65.63% from 255) = 38.84%

 GREEN value IS 100 (39.45% from 255) = 23.26%

 BLUE value IS 163 (64.06% from 255) = 37.91%

R = 38.84%
G = 23.26%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A764A3 (or 0xA764A3) is known color: Violet Blue. HEX triplet: A7, 64 and A3. RGB value is (167,100,163). Sum of RGB (Red+Green+Blue) = 167+100+163=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A764A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A764A3 is #589B5C. Grayscale: #7F7F7F. Windows color (decimal): -5806941 or 10708135. OLE color: 10708135.

HSL color Cylindrical-coordinate representation of color #A764A3: hue angle of 303.58º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A764A3 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 100 163 -
CMYK 0 0.40 0.02 0.35
HSL 303.58º 0.28% 0.52% -
HSV(B) 303.58º 0.4% 0.65% -
XYZ 27.1 19.97 37.08 -
YUV 127.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 167 100 163 0 0.40 0.02 0.35 303.58 0.28 0.52
Hex A7 64 A3 0 28 2 23 130 1C 34
Octal 247 144 243 0 50 2 43 460 34 64
Binary 10100111 1100100 10100011 0 101000 10 100011 100110000 11100 110100

Color Harmonies of #A764A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764A3

Black with #A764A3

Text Example


Text Example

White with #A764A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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