Html Css Color HEX #A4B3F9 Perano

📋 copy color: '#A4B3F9'

red 164 ◦ green 179 ◦ blue 249

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

Shades of Perano #A4B3F9

Tints of Perano #A4B3F9

RGB

 RED value IS 164 (64.45% from 255) = 27.7%

 GREEN value IS 179 (70.31% from 255) = 30.24%

 BLUE value IS 249 (97.66% from 255) = 42.06%

R = 27.7%
G = 30.24%
B = 42.06%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4B3F9 (or 0xA4B3F9) is known color: Perano. HEX triplet: A4, B3 and F9. RGB value is (164,179,249). Sum of RGB (Red+Green+Blue) = 164+179+249=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #A4B3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B3F9 is #5B4C06. Grayscale: #B6B6B6. Windows color (decimal): -5983239 or 16364452. OLE color: 16364452.

HSL color Cylindrical-coordinate representation of color #A4B3F9: hue angle of 229.41º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4B3F9 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 179 249 -
CMYK 0.34 0.28 0 0.02
HSL 229.41º 0.88% 0.81% -
HSV(B) 229.41º 0.34% 0.98% -
XYZ 48.53 46.97 96.13 -
YUV 182.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 164 179 249 0.34 0.28 0 0.02 229.41 0.88 0.81
Hex A4 B3 F9 22 1C 0 2 E5 58 51
Octal 244 263 371 42 34 0 2 345 130 121
Binary 10100100 10110011 11111001 100010 11100 0 10 11100101 1011000 1010001

Color Harmonies of #A4B3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B3F9

Black with #A4B3F9

Text Example


Text Example

White with #A4B3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B3F9; }

 p { color: rgb(164,179,249); }

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

background-color css

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

 a { background-color: rgb(164,179,249); }

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

border-color css

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

 span { border-color: rgb(164,179,249); }

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