Html Css Color HEX #A4AAF6 Perano

📋 copy color: '#A4AAF6'

red 164 ◦ green 170 ◦ blue 246

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

Shades of Perano #A4AAF6

Tints of Perano #A4AAF6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.31%

 BLUE value IS 246 (96.48% from 255) = 42.41%

R = 28.28%
G = 29.31%
B = 42.41%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A4AAF6 (or 0xA4AAF6) is known color: Perano. HEX triplet: A4, AA and F6. RGB value is (164,170,246). Sum of RGB (Red+Green+Blue) = 164+170+246=580 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.28% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 246 (96.48% from 255 or 42.41% from 580); Max value from RGB is 246 - color contains mainly: blue. Hex color #A4AAF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AAF6 is #5B5509. Grayscale: #B0B0B0. Windows color (decimal): -5985546 or 16165540. OLE color: 16165540.

HSL color Cylindrical-coordinate representation of color #A4AAF6: hue angle of 235.61º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4AAF6 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 170 246 -
CMYK 0.33 0.31 0 0.04
HSL 235.61º 0.82% 0.8% -
HSV(B) 235.61º 0.33% 0.96% -
XYZ 46.32 43.3 93.1 -
YUV 176.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 164 170 246 0.33 0.31 0 0.04 235.61 0.82 0.8
Hex A4 AA F6 21 1F 0 4 EC 52 50
Octal 244 252 366 41 37 0 4 354 122 120
Binary 10100100 10101010 11110110 100001 11111 0 100 11101100 1010010 1010000

Color Harmonies of #A4AAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AAF6

Black with #A4AAF6

Text Example


Text Example

White with #A4AAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AAF6; }

 p { color: rgb(164,170,246); }

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

background-color css

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

 a { background-color: rgb(164,170,246); }

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

border-color css

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

 span { border-color: rgb(164,170,246); }

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