Html Css Color HEX #A5A6FA Perano

📋 copy color: '#A5A6FA'

red 165 ◦ green 166 ◦ blue 250

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

Shades of Perano #A5A6FA

Tints of Perano #A5A6FA

RGB

 RED value IS 165 (64.84% from 255) = 28.4%

 GREEN value IS 166 (65.23% from 255) = 28.57%

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

R = 28.4%
G = 28.57%
B = 43.03%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5A6FA (or 0xA5A6FA) is known color: Perano. HEX triplet: A5, A6 and FA. RGB value is (165,166,250). Sum of RGB (Red+Green+Blue) = 165+166+250=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5A6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A6FA is #5A5905. Grayscale: #AEAEAE. Windows color (decimal): -5921030 or 16426661. OLE color: 16426661.

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

Color convert

RGB 165 166 250 -
CMYK 0.34 0.34 0 0.02
HSL 239.29º 0.89% 0.81% -
HSV(B) 239.29º 0.34% 0.98% -
XYZ 46.41 42.17 96.14 -
YUV 175.28 170.17 120.67 -
System Red Green Blue C M Y K H S L
Decimal 165 166 250 0.34 0.34 0 0.02 239.29 0.89 0.81
Hex A5 A6 FA 22 22 0 2 EF 59 51
Octal 245 246 372 42 42 0 2 357 131 121
Binary 10100101 10100110 11111010 100010 100010 0 10 11101111 1011001 1010001

Color Harmonies of #A5A6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A6FA

Black with #A5A6FA

Text Example


Text Example

White with #A5A6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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