Html Css Color HEX #A5ADEE Perano

📋 copy color: '#A5ADEE'

red 165 ◦ green 173 ◦ blue 238

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

Shades of Perano #A5ADEE

Tints of Perano #A5ADEE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.03%

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 28.65%
G = 30.03%
B = 41.32%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5ADEE (or 0xA5ADEE) is known color: Perano. HEX triplet: A5, AD and EE. RGB value is (165,173,238). Sum of RGB (Red+Green+Blue) = 165+173+238=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ADEE is #5A5211. Grayscale: #B1B1B1. Windows color (decimal): -5919250 or 15642021. OLE color: 15642021.

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

Color convert

RGB 165 173 238 -
CMYK 0.31 0.27 0 0.07
HSL 233.42º 0.68% 0.79% -
HSV(B) 233.42º 0.31% 0.93% -
XYZ 45.89 44.06 86.97 -
YUV 178.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 165 173 238 0.31 0.27 0 0.07 233.42 0.68 0.79
Hex A5 AD EE 1F 1B 0 7 E9 44 4F
Octal 245 255 356 37 33 0 7 351 104 117
Binary 10100101 10101101 11101110 11111 11011 0 111 11101001 1000100 1001111

Color Harmonies of #A5ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ADEE

Black with #A5ADEE

Text Example


Text Example

White with #A5ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ADEE; }

 p { color: rgb(165,173,238); }

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

background-color css

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

 a { background-color: rgb(165,173,238); }

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

border-color css

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

 span { border-color: rgb(165,173,238); }

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