Html Css Color HEX #A468A7 Violet Blue

📋 copy color: '#A468A7'

red 164 ◦ green 104 ◦ blue 167

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

Shades of Violet Blue #A468A7

Tints of Violet Blue #A468A7

RGB

 RED value IS 164 (64.45% from 255) = 37.7%

 GREEN value IS 104 (41.02% from 255) = 23.91%

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

R = 37.7%
G = 23.91%
B = 38.39%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A468A7 (or 0xA468A7) is known color: Violet Blue. HEX triplet: A4, 68 and A7. RGB value is (164,104,167). Sum of RGB (Red+Green+Blue) = 164+104+167=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 167 - color contains mainly: blue. Hex color #A468A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A468A7 is #5B9758. Grayscale: #808080. Windows color (decimal): -6002521 or 10971300. OLE color: 10971300.

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

Color convert

RGB 164 104 167 -
CMYK 0.02 0.38 0 0.35
HSL 297.14º 0.26% 0.53% -
HSV(B) 297.14º 0.38% 0.65% -
XYZ 27.24 20.58 39.1 -
YUV 129.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 164 104 167 0.02 0.38 0 0.35 297.14 0.26 0.53
Hex A4 68 A7 2 26 0 23 129 1A 35
Octal 244 150 247 2 46 0 43 451 32 65
Binary 10100100 1101000 10100111 10 100110 0 100011 100101001 11010 110101

Color Harmonies of #A468A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A468A7

Black with #A468A7

Text Example


Text Example

White with #A468A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A468A7; }

 p { color: rgb(164,104,167); }

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

background-color css

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

 a { background-color: rgb(164,104,167); }

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

border-color css

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

 span { border-color: rgb(164,104,167); }

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