Html Css Color HEX #A5AAFB Perano

📋 copy color: '#A5AAFB'

red 165 ◦ green 170 ◦ blue 251

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

Shades of Perano #A5AAFB

Tints of Perano #A5AAFB

RGB

 RED value IS 165 (64.84% from 255) = 28.16%

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

 BLUE value IS 251 (98.44% from 255) = 42.83%

R = 28.16%
G = 29.01%
B = 42.83%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5AAFB (or 0xA5AAFB) is known color: Perano. HEX triplet: A5, AA and FB. RGB value is (165,170,251). Sum of RGB (Red+Green+Blue) = 165+170+251=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5AAFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AAFB is #5A5504. Grayscale: #B1B1B1. Windows color (decimal): -5920005 or 16493221. OLE color: 16493221.

HSL color Cylindrical-coordinate representation of color #A5AAFB: hue angle of 236.51º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5AAFB is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 170 251 -
CMYK 0.34 0.32 0 0.02
HSL 236.51º 0.91% 0.82% -
HSV(B) 236.51º 0.34% 0.98% -
XYZ 47.3 43.71 97.21 -
YUV 177.74 169.34 118.91 -
System Red Green Blue C M Y K H S L
Decimal 165 170 251 0.34 0.32 0 0.02 236.51 0.91 0.82
Hex A5 AA FB 22 20 0 2 ED 5B 52
Octal 245 252 373 42 40 0 2 355 133 122
Binary 10100101 10101010 11111011 100010 100000 0 10 11101101 1011011 1010010

Color Harmonies of #A5AAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AAFB

Black with #A5AAFB

Text Example


Text Example

White with #A5AAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AAFB; }

 p { color: rgb(165,170,251); }

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

background-color css

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

 a { background-color: rgb(165,170,251); }

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

border-color css

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

 span { border-color: rgb(165,170,251); }

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