Html Css Color HEX #A5B1FD Perano

📋 copy color: '#A5B1FD'

red 165 ◦ green 177 ◦ blue 253

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

Shades of Perano #A5B1FD

Tints of Perano #A5B1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 27.73%
G = 29.75%
B = 42.52%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A5B1FD (or 0xA5B1FD) is known color: Perano. HEX triplet: A5, B1 and FD. RGB value is (165,177,253). Sum of RGB (Red+Green+Blue) = 165+177+253=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5B1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5B1FD is #5A4E02. Grayscale: #B5B5B5. Windows color (decimal): -5918211 or 16626085. OLE color: 16626085.

HSL color Cylindrical-coordinate representation of color #A5B1FD: hue angle of 231.82º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5B1FD is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 177 253 -
CMYK 0.35 0.30 0 0.01
HSL 231.82º 0.96% 0.82% -
HSV(B) 231.82º 0.35% 0.99% -
XYZ 48.97 46.54 99.33 -
YUV 182.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 165 177 253 0.35 0.30 0 0.01 231.82 0.96 0.82
Hex A5 B1 FD 23 1E 0 1 E8 60 52
Octal 245 261 375 43 36 0 1 350 140 122
Binary 10100101 10110001 11111101 100011 11110 0 1 11101000 1100000 1010010

Color Harmonies of #A5B1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B1FD

Black with #A5B1FD

Text Example


Text Example

White with #A5B1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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