Html Css Color HEX #A668B3 Violet Blue

📋 copy color: '#A668B3'

red 166 ◦ green 104 ◦ blue 179

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

Shades of Violet Blue #A668B3

Tints of Violet Blue #A668B3

RGB

 RED value IS 166 (65.23% from 255) = 36.97%

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

 BLUE value IS 179 (70.31% from 255) = 39.87%

R = 36.97%
G = 23.16%
B = 39.87%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A668B3 (or 0xA668B3) is known color: Violet Blue. HEX triplet: A6, 68 and B3. RGB value is (166,104,179). Sum of RGB (Red+Green+Blue) = 166+104+179=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 179 - color contains mainly: blue. Hex color #A668B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668B3 is #59974C. Grayscale: #828282. Windows color (decimal): -5871437 or 11757734. OLE color: 11757734.

HSL color Cylindrical-coordinate representation of color #A668B3: hue angle of 289.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A668B3 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 104 179 -
CMYK 0.07 0.42 0 0.30
HSL 289.6º 0.33% 0.55% -
HSV(B) 289.6º 0.42% 0.7% -
XYZ 28.81 21.26 45.23 -
YUV 131.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 166 104 179 0.07 0.42 0 0.30 289.6 0.33 0.55
Hex A6 68 B3 7 2A 0 1E 122 21 37
Octal 246 150 263 7 52 0 36 442 41 67
Binary 10100110 1101000 10110011 111 101010 0 11110 100100010 100001 110111

Color Harmonies of #A668B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668B3

Black with #A668B3

Text Example


Text Example

White with #A668B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668B3; }

 p { color: rgb(166,104,179); }

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

background-color css

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

 a { background-color: rgb(166,104,179); }

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

border-color css

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

 span { border-color: rgb(166,104,179); }

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