Html Css Color HEX #A7B5DF Perano

📋 copy color: '#A7B5DF'

red 167 ◦ green 181 ◦ blue 223

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

Shades of Perano #A7B5DF

Tints of Perano #A7B5DF

RGB

 RED value IS 167 (65.63% from 255) = 29.25%

 GREEN value IS 181 (71.09% from 255) = 31.7%

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 29.25%
G = 31.7%
B = 39.05%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A7B5DF (or 0xA7B5DF) is known color: Perano. HEX triplet: A7, B5 and DF. RGB value is (167,181,223). Sum of RGB (Red+Green+Blue) = 167+181+223=571 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.25% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7B5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B5DF is #584A20. Grayscale: #B5B5B5. Windows color (decimal): -5786145 or 14661031. OLE color: 14661031.

HSL color Cylindrical-coordinate representation of color #A7B5DF: hue angle of 225º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7B5DF is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 181 223 -
CMYK 0.25 0.19 0 0.13
HSL 225º 0.47% 0.76% -
HSV(B) 225º 0.25% 0.87% -
XYZ 45.78 46.59 76.39 -
YUV 181.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 167 181 223 0.25 0.19 0 0.13 225 0.47 0.76
Hex A7 B5 DF 19 13 0 D E1 2F 4C
Octal 247 265 337 31 23 0 15 341 57 114
Binary 10100111 10110101 11011111 11001 10011 0 1101 11100001 101111 1001100

Color Harmonies of #A7B5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B5DF

Black with #A7B5DF

Text Example


Text Example

White with #A7B5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B5DF; }

 p { color: rgb(167,181,223); }

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

background-color css

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

 a { background-color: rgb(167,181,223); }

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

border-color css

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

 span { border-color: rgb(167,181,223); }

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