Html Css Color HEX #A8A7F9 Perano

📋 copy color: '#A8A7F9'

red 168 ◦ green 167 ◦ blue 249

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

Shades of Perano #A8A7F9

Tints of Perano #A8A7F9

RGB

 RED value IS 168 (66.02% from 255) = 28.77%

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

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

R = 28.77%
G = 28.6%
B = 42.64%

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

#A8A7F9 (or 0xA8A7F9) is known color: Perano. HEX triplet: A8, A7 and F9. RGB value is (168,167,249). Sum of RGB (Red+Green+Blue) = 168+167+249=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8A7F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A7F9 is #575806. Grayscale: #B0B0B0. Windows color (decimal): -5724167 or 16361384. OLE color: 16361384.

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

Color convert

RGB 168 167 249 -
CMYK 0.33 0.33 0 0.02
HSL 240.73º 0.87% 0.82% -
HSV(B) 240.73º 0.33% 0.98% -
XYZ 47.07 42.8 95.4 -
YUV 176.65 168.83 121.83 -
System Red Green Blue C M Y K H S L
Decimal 168 167 249 0.33 0.33 0 0.02 240.73 0.87 0.82
Hex A8 A7 F9 21 21 0 2 F1 57 52
Octal 250 247 371 41 41 0 2 361 127 122
Binary 10101000 10100111 11111001 100001 100001 0 10 11110001 1010111 1010010

Color Harmonies of #A8A7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A7F9

Black with #A8A7F9

Text Example


Text Example

White with #A8A7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A7F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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