Html Css Color HEX #A5A4EC Perano

📋 copy color: '#A5A4EC'

red 165 ◦ green 164 ◦ blue 236

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

Shades of Perano #A5A4EC

Tints of Perano #A5A4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.03%

 BLUE value IS 236 (92.58% from 255) = 41.77%

R = 29.2%
G = 29.03%
B = 41.77%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5A4EC (or 0xA5A4EC) is known color: Perano. HEX triplet: A5, A4 and EC. RGB value is (165,164,236). Sum of RGB (Red+Green+Blue) = 165+164+236=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5A4EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A4EC is #5A5B13. Grayscale: #ACACAC. Windows color (decimal): -5921556 or 15508645. OLE color: 15508645.

HSL color Cylindrical-coordinate representation of color #A5A4EC: hue angle of 240.83º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5A4EC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 164 236 -
CMYK 0.30 0.31 0 0.07
HSL 240.83º 0.65% 0.78% -
HSV(B) 240.83º 0.31% 0.93% -
XYZ 43.93 40.61 84.88 -
YUV 172.51 163.83 122.65 -
System Red Green Blue C M Y K H S L
Decimal 165 164 236 0.30 0.31 0 0.07 240.83 0.65 0.78
Hex A5 A4 EC 1E 1F 0 7 F1 41 4E
Octal 245 244 354 36 37 0 7 361 101 116
Binary 10100101 10100100 11101100 11110 11111 0 111 11110001 1000001 1001110

Color Harmonies of #A5A4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A4EC

Black with #A5A4EC

Text Example


Text Example

White with #A5A4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A4EC; }

 p { color: rgb(165,164,236); }

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

background-color css

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

 a { background-color: rgb(165,164,236); }

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

border-color css

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

 span { border-color: rgb(165,164,236); }

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