Html Css Color HEX #A5B1F9 Perano

📋 copy color: '#A5B1F9'

red 165 ◦ green 177 ◦ blue 249

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

Shades of Perano #A5B1F9

Tints of Perano #A5B1F9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.95%

 BLUE value IS 249 (97.66% from 255) = 42.13%

R = 27.92%
G = 29.95%
B = 42.13%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5B1F9 (or 0xA5B1F9) is known color: Perano. HEX triplet: A5, B1 and F9. RGB value is (165,177,249). Sum of RGB (Red+Green+Blue) = 165+177+249=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #A5B1F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5B1F9 is #5A4E06. Grayscale: #B5B5B5. Windows color (decimal): -5918215 or 16363941. OLE color: 16363941.

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

Color convert

RGB 165 177 249 -
CMYK 0.34 0.29 0 0.02
HSL 231.43º 0.88% 0.81% -
HSV(B) 231.43º 0.34% 0.98% -
XYZ 48.34 46.28 96.01 -
YUV 181.62 166.02 116.15 -
System Red Green Blue C M Y K H S L
Decimal 165 177 249 0.34 0.29 0 0.02 231.43 0.88 0.81
Hex A5 B1 F9 22 1D 0 2 E7 58 51
Octal 245 261 371 42 35 0 2 347 130 121
Binary 10100101 10110001 11111001 100010 11101 0 10 11100111 1011000 1010001

Color Harmonies of #A5B1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B1F9

Black with #A5B1F9

Text Example


Text Example

White with #A5B1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B1F9; }

 p { color: rgb(165,177,249); }

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

background-color css

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

 a { background-color: rgb(165,177,249); }

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

border-color css

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

 span { border-color: rgb(165,177,249); }

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