Html Css Color HEX #A5B8FA Perano

📋 copy color: '#A5B8FA'

red 165 ◦ green 184 ◦ blue 250

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

Shades of Perano #A5B8FA

Tints of Perano #A5B8FA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.72%

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 27.55%
G = 30.72%
B = 41.74%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5B8FA (or 0xA5B8FA) is known color: Perano. HEX triplet: A5, B8 and FA. RGB value is (165,184,250). Sum of RGB (Red+Green+Blue) = 165+184+250=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5B8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B8FA is #5A4705. Grayscale: #B9B9B9. Windows color (decimal): -5916422 or 16431269. OLE color: 16431269.

HSL color Cylindrical-coordinate representation of color #A5B8FA: hue angle of 226.59º degrees, saturation: 0.89, 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 #A5B8FA is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 184 250 -
CMYK 0.34 0.26 0 0.02
HSL 226.59º 0.89% 0.81% -
HSV(B) 226.59º 0.34% 0.98% -
XYZ 49.91 49.18 97.3 -
YUV 185.84 164.21 113.13 -
System Red Green Blue C M Y K H S L
Decimal 165 184 250 0.34 0.26 0 0.02 226.59 0.89 0.81
Hex A5 B8 FA 22 1A 0 2 E3 59 51
Octal 245 270 372 42 32 0 2 343 131 121
Binary 10100101 10111000 11111010 100010 11010 0 10 11100011 1011001 1010001

Color Harmonies of #A5B8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B8FA

Black with #A5B8FA

Text Example


Text Example

White with #A5B8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B8FA; }

 p { color: rgb(165,184,250); }

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

background-color css

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

 a { background-color: rgb(165,184,250); }

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

border-color css

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

 span { border-color: rgb(165,184,250); }

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