Html Css Color HEX #A7AFE0 Perano

📋 copy color: '#A7AFE0'

red 167 ◦ green 175 ◦ blue 224

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

Shades of Perano #A7AFE0

Tints of Perano #A7AFE0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.92%

 BLUE value IS 224 (87.89% from 255) = 39.58%

R = 29.51%
G = 30.92%
B = 39.58%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A7AFE0 (or 0xA7AFE0) is known color: Perano. HEX triplet: A7, AF and E0. RGB value is (167,175,224). Sum of RGB (Red+Green+Blue) = 167+175+224=566 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.51% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #A7AFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AFE0 is #58501F. Grayscale: #B1B1B1. Windows color (decimal): -5787680 or 14725031. OLE color: 14725031.

HSL color Cylindrical-coordinate representation of color #A7AFE0: hue angle of 231.58º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7AFE0 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 175 224 -
CMYK 0.25 0.22 0 0.12
HSL 231.58º 0.48% 0.77% -
HSV(B) 231.58º 0.25% 0.88% -
XYZ 44.72 44.26 76.71 -
YUV 178.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 167 175 224 0.25 0.22 0 0.12 231.58 0.48 0.77
Hex A7 AF E0 19 16 0 C E8 30 4D
Octal 247 257 340 31 26 0 14 350 60 115
Binary 10100111 10101111 11100000 11001 10110 0 1100 11101000 110000 1001101

Color Harmonies of #A7AFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AFE0

Black with #A7AFE0

Text Example


Text Example

White with #A7AFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AFE0; }

 p { color: rgb(167,175,224); }

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

background-color css

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

 a { background-color: rgb(167,175,224); }

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

border-color css

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

 span { border-color: rgb(167,175,224); }

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