Html Css Color HEX #A7A7F9 Perano

📋 copy color: '#A7A7F9'

red 167 ◦ green 167 ◦ blue 249

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

Shades of Perano #A7A7F9

Tints of Perano #A7A7F9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.64%

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

R = 28.64%
G = 28.64%
B = 42.71%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A7A7F9 (or 0xA7A7F9) is known color: Perano. HEX triplet: A7, A7 and F9. RGB value is (167,167,249). Sum of RGB (Red+Green+Blue) = 167+167+249=583 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.64% from 583); Green value is 167 (65.62% from 255 or 28.64% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #A7A7F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A7F9 is #585806. Grayscale: #B0B0B0. Windows color (decimal): -5789703 or 16361383. OLE color: 16361383.

HSL color Cylindrical-coordinate representation of color #A7A7F9: hue angle of 240º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7A7F9 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 167 249 -
CMYK 0.33 0.33 0 0.02
HSL 240º 0.87% 0.82% -
HSV(B) 240º 0.33% 0.98% -
XYZ 46.85 42.69 95.39 -
YUV 176.35 169 121.33 -
System Red Green Blue C M Y K H S L
Decimal 167 167 249 0.33 0.33 0 0.02 240 0.87 0.82
Hex A7 A7 F9 21 21 0 2 F0 57 52
Octal 247 247 371 41 41 0 2 360 127 122
Binary 10100111 10100111 11111001 100001 100001 0 10 11110000 1010111 1010010

Color Harmonies of #A7A7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A7F9

Black with #A7A7F9

Text Example


Text Example

White with #A7A7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A7F9; }

 p { color: rgb(167,167,249); }

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

background-color css

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

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

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

border-color css

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

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

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