Html Css Color HEX #A7A6EC Perano

📋 copy color: '#A7A6EC'

red 167 ◦ green 166 ◦ blue 236

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

Shades of Perano #A7A6EC

Tints of Perano #A7A6EC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.17%

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 29.35%
G = 29.17%
B = 41.48%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A7A6EC (or 0xA7A6EC) is known color: Perano. HEX triplet: A7, A6 and EC. RGB value is (167,166,236). Sum of RGB (Red+Green+Blue) = 167+166+236=569 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.35% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7A6EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A6EC is #585913. Grayscale: #AEAEAE. Windows color (decimal): -5789972 or 15509159. OLE color: 15509159.

HSL color Cylindrical-coordinate representation of color #A7A6EC: hue angle of 240.86º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7A6EC is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 166 236 -
CMYK 0.29 0.30 0 0.07
HSL 240.86º 0.65% 0.79% -
HSV(B) 240.86º 0.3% 0.93% -
XYZ 44.71 41.54 85.02 -
YUV 174.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 167 166 236 0.29 0.30 0 0.07 240.86 0.65 0.79
Hex A7 A6 EC 1D 1E 0 7 F1 41 4F
Octal 247 246 354 35 36 0 7 361 101 117
Binary 10100111 10100110 11101100 11101 11110 0 111 11110001 1000001 1001111

Color Harmonies of #A7A6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A6EC

Black with #A7A6EC

Text Example


Text Example

White with #A7A6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A6EC; }

 p { color: rgb(167,166,236); }

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

background-color css

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

 a { background-color: rgb(167,166,236); }

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

border-color css

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

 span { border-color: rgb(167,166,236); }

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