Html Css Color HEX #A4B4F9 Perano

📋 copy color: '#A4B4F9'

red 164 ◦ green 180 ◦ blue 249

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

Shades of Perano #A4B4F9

Tints of Perano #A4B4F9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.35%

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

R = 27.66%
G = 30.35%
B = 41.99%

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

#A4B4F9 (or 0xA4B4F9) is known color: Perano. HEX triplet: A4, B4 and F9. RGB value is (164,180,249). Sum of RGB (Red+Green+Blue) = 164+180+249=593 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.66% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #A4B4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B4F9 is #5B4B06. Grayscale: #B6B6B6. Windows color (decimal): -5982983 or 16364708. OLE color: 16364708.

HSL color Cylindrical-coordinate representation of color #A4B4F9: hue angle of 228.71º 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 #A4B4F9 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 180 249 -
CMYK 0.34 0.28 0 0.02
HSL 228.71º 0.88% 0.81% -
HSV(B) 228.71º 0.34% 0.98% -
XYZ 48.73 47.37 96.2 -
YUV 183.08 165.2 114.39 -
System Red Green Blue C M Y K H S L
Decimal 164 180 249 0.34 0.28 0 0.02 228.71 0.88 0.81
Hex A4 B4 F9 22 1C 0 2 E5 58 51
Octal 244 264 371 42 34 0 2 345 130 121
Binary 10100100 10110100 11111001 100010 11100 0 10 11100101 1011000 1010001

Color Harmonies of #A4B4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B4F9

Black with #A4B4F9

Text Example


Text Example

White with #A4B4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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