Html Css Color HEX #A6B7FA Perano

📋 copy color: '#A6B7FA'

red 166 ◦ green 183 ◦ blue 250

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

Shades of Perano #A6B7FA

Tints of Perano #A6B7FA

RGB

 RED value IS 166 (65.23% from 255) = 27.71%

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

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 27.71%
G = 30.55%
B = 41.74%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A6B7FA (or 0xA6B7FA) is known color: Perano. HEX triplet: A6, B7 and FA. RGB value is (166,183,250). Sum of RGB (Red+Green+Blue) = 166+183+250=599 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.71% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6B7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B7FA is #594805. Grayscale: #B9B9B9. Windows color (decimal): -5851142 or 16431014. OLE color: 16431014.

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

Color convert

RGB 166 183 250 -
CMYK 0.34 0.27 0 0.02
HSL 227.86º 0.89% 0.82% -
HSV(B) 227.86º 0.34% 0.98% -
XYZ 49.91 48.88 97.25 -
YUV 185.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 166 183 250 0.34 0.27 0 0.02 227.86 0.89 0.82
Hex A6 B7 FA 22 1B 0 2 E4 59 52
Octal 246 267 372 42 33 0 2 344 131 122
Binary 10100110 10110111 11111010 100010 11011 0 10 11100100 1011001 1010010

Color Harmonies of #A6B7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B7FA

Black with #A6B7FA

Text Example


Text Example

White with #A6B7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B7FA; }

 p { color: rgb(166,183,250); }

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

background-color css

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

 a { background-color: rgb(166,183,250); }

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

border-color css

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

 span { border-color: rgb(166,183,250); }

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