Html Css Color HEX #A4B7DC Perano

📋 copy color: '#A4B7DC'

red 164 ◦ green 183 ◦ blue 220

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

Shades of Perano #A4B7DC

Tints of Perano #A4B7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.28%

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 28.92%
G = 32.28%
B = 38.8%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A4B7DC (or 0xA4B7DC) is known color: Perano. HEX triplet: A4, B7 and DC. RGB value is (164,183,220). Sum of RGB (Red+Green+Blue) = 164+183+220=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B7DC is #5B4823. Grayscale: #B5B5B5. Windows color (decimal): -5982244 or 14464932. OLE color: 14464932.

HSL color Cylindrical-coordinate representation of color #A4B7DC: hue angle of 219.64º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4B7DC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 183 220 -
CMYK 0.25 0.17 0 0.14
HSL 219.64º 0.44% 0.75% -
HSV(B) 219.64º 0.25% 0.86% -
XYZ 45.16 46.93 74.39 -
YUV 181.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 164 183 220 0.25 0.17 0 0.14 219.64 0.44 0.75
Hex A4 B7 DC 19 11 0 E DC 2C 4B
Octal 244 267 334 31 21 0 16 334 54 113
Binary 10100100 10110111 11011100 11001 10001 0 1110 11011100 101100 1001011

Color Harmonies of #A4B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B7DC

Black with #A4B7DC

Text Example


Text Example

White with #A4B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B7DC; }

 p { color: rgb(164,183,220); }

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

background-color css

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

 a { background-color: rgb(164,183,220); }

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

border-color css

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

 span { border-color: rgb(164,183,220); }

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