Html Css Color HEX #A4A5E7 Perano

📋 copy color: '#A4A5E7'

red 164 ◦ green 165 ◦ blue 231

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

Shades of Perano #A4A5E7

Tints of Perano #A4A5E7

RGB

 RED value IS 164 (64.45% from 255) = 29.29%

 GREEN value IS 165 (64.84% from 255) = 29.46%

 BLUE value IS 231 (90.63% from 255) = 41.25%

R = 29.29%
G = 29.46%
B = 41.25%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A4A5E7 (or 0xA4A5E7) is known color: Perano. HEX triplet: A4, A5 and E7. RGB value is (164,165,231). Sum of RGB (Red+Green+Blue) = 164+165+231=560 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.29% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #A4A5E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A5E7 is #5B5A18. Grayscale: #ABABAB. Windows color (decimal): -5986841 or 15181220. OLE color: 15181220.

HSL color Cylindrical-coordinate representation of color #A4A5E7: hue angle of 239.1º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4A5E7 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 165 231 -
CMYK 0.29 0.29 0 0.09
HSL 239.1º 0.58% 0.77% -
HSV(B) 239.1º 0.29% 0.91% -
XYZ 43.19 40.57 81.16 -
YUV 172.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 164 165 231 0.29 0.29 0 0.09 239.1 0.58 0.77
Hex A4 A5 E7 1D 1D 0 9 EF 3A 4D
Octal 244 245 347 35 35 0 11 357 72 115
Binary 10100100 10100101 11100111 11101 11101 0 1001 11101111 111010 1001101

Color Harmonies of #A4A5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A5E7

Black with #A4A5E7

Text Example


Text Example

White with #A4A5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A5E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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