Html Css Color HEX #A9AEF2 Perano

📋 copy color: '#A9AEF2'

red 169 ◦ green 174 ◦ blue 242

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

Shades of Perano #A9AEF2

Tints of Perano #A9AEF2

RGB

 RED value IS 169 (66.41% from 255) = 28.89%

 GREEN value IS 174 (68.36% from 255) = 29.74%

 BLUE value IS 242 (94.92% from 255) = 41.37%

R = 28.89%
G = 29.74%
B = 41.37%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A9AEF2 (or 0xA9AEF2) is known color: Perano. HEX triplet: A9, AE and F2. RGB value is (169,174,242). Sum of RGB (Red+Green+Blue) = 169+174+242=585 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.89% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #A9AEF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AEF2 is #56510D. Grayscale: #B3B3B3. Windows color (decimal): -5656846 or 15904425. OLE color: 15904425.

HSL color Cylindrical-coordinate representation of color #A9AEF2: hue angle of 235.89º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9AEF2 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 174 242 -
CMYK 0.30 0.28 0 0.05
HSL 235.89º 0.74% 0.81% -
HSV(B) 235.89º 0.3% 0.95% -
XYZ 47.53 45.12 90.21 -
YUV 180.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 169 174 242 0.30 0.28 0 0.05 235.89 0.74 0.81
Hex A9 AE F2 1E 1C 0 5 EC 4A 51
Octal 251 256 362 36 34 0 5 354 112 121
Binary 10101001 10101110 11110010 11110 11100 0 101 11101100 1001010 1010001

Color Harmonies of #A9AEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AEF2

Black with #A9AEF2

Text Example


Text Example

White with #A9AEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AEF2; }

 p { color: rgb(169,174,242); }

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

background-color css

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

 a { background-color: rgb(169,174,242); }

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

border-color css

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

 span { border-color: rgb(169,174,242); }

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