Html Css Color HEX #A5ABDD Perano

📋 copy color: '#A5ABDD'

red 165 ◦ green 171 ◦ blue 221

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

Shades of Perano #A5ABDD

Tints of Perano #A5ABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 29.62%
G = 30.7%
B = 39.68%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5ABDD (or 0xA5ABDD) is known color: Perano. HEX triplet: A5, AB and DD. RGB value is (165,171,221). Sum of RGB (Red+Green+Blue) = 165+171+221=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABDD is #5A5422. Grayscale: #AEAEAE. Windows color (decimal): -5919779 or 14527397. OLE color: 14527397.

HSL color Cylindrical-coordinate representation of color #A5ABDD: hue angle of 233.57º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5ABDD is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 171 221 -
CMYK 0.25 0.23 0 0.13
HSL 233.57º 0.45% 0.76% -
HSV(B) 233.57º 0.25% 0.87% -
XYZ 43.13 42.35 74.31 -
YUV 174.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 165 171 221 0.25 0.23 0 0.13 233.57 0.45 0.76
Hex A5 AB DD 19 17 0 D EA 2D 4C
Octal 245 253 335 31 27 0 15 352 55 114
Binary 10100101 10101011 11011101 11001 10111 0 1101 11101010 101101 1001100

Color Harmonies of #A5ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABDD

Black with #A5ABDD

Text Example


Text Example

White with #A5ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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