Html Css Color HEX #A0B0EA Perano

📋 copy color: '#A0B0EA'

red 160 ◦ green 176 ◦ blue 234

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

Shades of Perano #A0B0EA

Tints of Perano #A0B0EA

RGB

 RED value IS 160 (62.89% from 255) = 28.07%

 GREEN value IS 176 (69.14% from 255) = 30.88%

 BLUE value IS 234 (91.8% from 255) = 41.05%

R = 28.07%
G = 30.88%
B = 41.05%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0B0EA (or 0xA0B0EA) is known color: Perano. HEX triplet: A0, B0 and EA. RGB value is (160,176,234). Sum of RGB (Red+Green+Blue) = 160+176+234=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #A0B0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0B0EA is #5F4F15. Grayscale: #B1B1B1. Windows color (decimal): -6246166 or 15380640. OLE color: 15380640.

HSL color Cylindrical-coordinate representation of color #A0B0EA: hue angle of 227.03º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0B0EA is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 176 234 -
CMYK 0.32 0.25 0 0.08
HSL 227.03º 0.64% 0.77% -
HSV(B) 227.03º 0.32% 0.92% -
XYZ 44.87 44.46 84.06 -
YUV 177.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 160 176 234 0.32 0.25 0 0.08 227.03 0.64 0.77
Hex A0 B0 EA 20 19 0 8 E3 40 4D
Octal 240 260 352 40 31 0 10 343 100 115
Binary 10100000 10110000 11101010 100000 11001 0 1000 11100011 1000000 1001101

Color Harmonies of #A0B0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B0EA

Black with #A0B0EA

Text Example


Text Example

White with #A0B0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B0EA; }

 p { color: rgb(160,176,234); }

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

background-color css

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

 a { background-color: rgb(160,176,234); }

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

border-color css

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

 span { border-color: rgb(160,176,234); }

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