Html Css Color HEX #A5ABEE Perano

📋 copy color: '#A5ABEE'

red 165 ◦ green 171 ◦ blue 238

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

Shades of Perano #A5ABEE

Tints of Perano #A5ABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.46%

R = 28.75%
G = 29.79%
B = 41.46%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5ABEE (or 0xA5ABEE) is known color: Perano. HEX triplet: A5, AB and EE. RGB value is (165,171,238). Sum of RGB (Red+Green+Blue) = 165+171+238=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ABEE is #5A5411. Grayscale: #B0B0B0. Windows color (decimal): -5919762 or 15641509. OLE color: 15641509.

HSL color Cylindrical-coordinate representation of color #A5ABEE: hue angle of 235.07º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5ABEE is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 171 238 -
CMYK 0.31 0.28 0 0.07
HSL 235.07º 0.68% 0.79% -
HSV(B) 235.07º 0.31% 0.93% -
XYZ 45.51 43.3 86.85 -
YUV 176.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 165 171 238 0.31 0.28 0 0.07 235.07 0.68 0.79
Hex A5 AB EE 1F 1C 0 7 EB 44 4F
Octal 245 253 356 37 34 0 7 353 104 117
Binary 10100101 10101011 11101110 11111 11100 0 111 11101011 1000100 1001111

Color Harmonies of #A5ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABEE

Black with #A5ABEE

Text Example


Text Example

White with #A5ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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