Html Css Color HEX #A5AAFA Perano

📋 copy color: '#A5AAFA'

red 165 ◦ green 170 ◦ blue 250

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

Shades of Perano #A5AAFA

Tints of Perano #A5AAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.06%

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

R = 28.21%
G = 29.06%
B = 42.74%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5AAFA (or 0xA5AAFA) is known color: Perano. HEX triplet: A5, AA and FA. RGB value is (165,170,250). Sum of RGB (Red+Green+Blue) = 165+170+250=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AAFA is #5A5505. Grayscale: #B1B1B1. Windows color (decimal): -5920006 or 16427685. OLE color: 16427685.

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

Color convert

RGB 165 170 250 -
CMYK 0.34 0.32 0 0.02
HSL 236.47º 0.89% 0.81% -
HSV(B) 236.47º 0.34% 0.98% -
XYZ 47.15 43.65 96.38 -
YUV 177.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 165 170 250 0.34 0.32 0 0.02 236.47 0.89 0.81
Hex A5 AA FA 22 20 0 2 EC 59 51
Octal 245 252 372 42 40 0 2 354 131 121
Binary 10100101 10101010 11111010 100010 100000 0 10 11101100 1011001 1010001

Color Harmonies of #A5AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AAFA

Black with #A5AAFA

Text Example


Text Example

White with #A5AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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