Html Css Color HEX #A9B0FA Perano

📋 copy color: '#A9B0FA'

red 169 ◦ green 176 ◦ blue 250

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

Shades of Perano #A9B0FA

Tints of Perano #A9B0FA

RGB

 RED value IS 169 (66.41% from 255) = 28.4%

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

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 28.4%
G = 29.58%
B = 42.02%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A9B0FA (or 0xA9B0FA) is known color: Perano. HEX triplet: A9, B0 and FA. RGB value is (169,176,250). Sum of RGB (Red+Green+Blue) = 169+176+250=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9B0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B0FA is #564F05. Grayscale: #B6B6B6. Windows color (decimal): -5656326 or 16429225. OLE color: 16429225.

HSL color Cylindrical-coordinate representation of color #A9B0FA: hue angle of 234.81º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9B0FA is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 176 250 -
CMYK 0.32 0.30 0 0.02
HSL 234.81º 0.89% 0.82% -
HSV(B) 234.81º 0.32% 0.98% -
XYZ 49.14 46.39 96.81 -
YUV 182.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 169 176 250 0.32 0.30 0 0.02 234.81 0.89 0.82
Hex A9 B0 FA 20 1E 0 2 EB 59 52
Octal 251 260 372 40 36 0 2 353 131 122
Binary 10101001 10110000 11111010 100000 11110 0 10 11101011 1011001 1010010

Color Harmonies of #A9B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B0FA

Black with #A9B0FA

Text Example


Text Example

White with #A9B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B0FA; }

 p { color: rgb(169,176,250); }

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

background-color css

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

 a { background-color: rgb(169,176,250); }

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

border-color css

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

 span { border-color: rgb(169,176,250); }

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