Html Css Color HEX #A5ABE8 Perano

📋 copy color: '#A5ABE8'

red 165 ◦ green 171 ◦ blue 232

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

Shades of Perano #A5ABE8

Tints of Perano #A5ABE8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.11%

 BLUE value IS 232 (91.02% from 255) = 40.85%

R = 29.05%
G = 30.11%
B = 40.85%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A5ABE8 (or 0xA5ABE8) is known color: Perano. HEX triplet: A5, AB and E8. RGB value is (165,171,232). Sum of RGB (Red+Green+Blue) = 165+171+232=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5ABE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ABE8 is #5A5417. Grayscale: #AFAFAF. Windows color (decimal): -5919768 or 15248293. OLE color: 15248293.

HSL color Cylindrical-coordinate representation of color #A5ABE8: hue angle of 234.63º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5ABE8 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 171 232 -
CMYK 0.29 0.26 0 0.09
HSL 234.63º 0.59% 0.78% -
HSV(B) 234.63º 0.29% 0.91% -
XYZ 44.65 42.95 82.28 -
YUV 176.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 165 171 232 0.29 0.26 0 0.09 234.63 0.59 0.78
Hex A5 AB E8 1D 1A 0 9 EB 3B 4E
Octal 245 253 350 35 32 0 11 353 73 116
Binary 10100101 10101011 11101000 11101 11010 0 1001 11101011 111011 1001110

Color Harmonies of #A5ABE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABE8

Black with #A5ABE8

Text Example


Text Example

White with #A5ABE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABE8; }

 p { color: rgb(165,171,232); }

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

background-color css

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

 a { background-color: rgb(165,171,232); }

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

border-color css

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

 span { border-color: rgb(165,171,232); }

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