Html Css Color HEX #A5A7EF Perano

📋 copy color: '#A5A7EF'

red 165 ◦ green 167 ◦ blue 239

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

Shades of Perano #A5A7EF

Tints of Perano #A5A7EF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.25%

 BLUE value IS 239 (93.75% from 255) = 41.86%

R = 28.9%
G = 29.25%
B = 41.86%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A5A7EF (or 0xA5A7EF) is known color: Perano. HEX triplet: A5, A7 and EF. RGB value is (165,167,239). Sum of RGB (Red+Green+Blue) = 165+167+239=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5A7EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A7EF is #5A5810. Grayscale: #AEAEAE. Windows color (decimal): -5920785 or 15706021. OLE color: 15706021.

HSL color Cylindrical-coordinate representation of color #A5A7EF: hue angle of 238.38º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5A7EF is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 167 239 -
CMYK 0.31 0.30 0 0.06
HSL 238.38º 0.7% 0.79% -
HSV(B) 238.38º 0.31% 0.94% -
XYZ 44.92 41.87 87.38 -
YUV 174.61 164.34 121.15 -
System Red Green Blue C M Y K H S L
Decimal 165 167 239 0.31 0.30 0 0.06 238.38 0.7 0.79
Hex A5 A7 EF 1F 1E 0 6 EE 46 4F
Octal 245 247 357 37 36 0 6 356 106 117
Binary 10100101 10100111 11101111 11111 11110 0 110 11101110 1000110 1001111

Color Harmonies of #A5A7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A7EF

Black with #A5A7EF

Text Example


Text Example

White with #A5A7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A7EF; }

 p { color: rgb(165,167,239); }

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

background-color css

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

 a { background-color: rgb(165,167,239); }

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

border-color css

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

 span { border-color: rgb(165,167,239); }

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