Html Css Color HEX #A5ADDE Perano

📋 copy color: '#A5ADDE'

red 165 ◦ green 173 ◦ blue 222

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

Shades of Perano #A5ADDE

Tints of Perano #A5ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.64%

R = 29.46%
G = 30.89%
B = 39.64%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5ADDE (or 0xA5ADDE) is known color: Perano. HEX triplet: A5, AD and DE. RGB value is (165,173,222). Sum of RGB (Red+Green+Blue) = 165+173+222=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADDE is #5A5221. Grayscale: #AFAFAF. Windows color (decimal): -5919266 or 14593445. OLE color: 14593445.

HSL color Cylindrical-coordinate representation of color #A5ADDE: hue angle of 231.58º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5ADDE is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 173 222 -
CMYK 0.26 0.22 0 0.13
HSL 231.58º 0.46% 0.76% -
HSV(B) 231.58º 0.26% 0.87% -
XYZ 43.65 43.16 75.14 -
YUV 176.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 165 173 222 0.26 0.22 0 0.13 231.58 0.46 0.76
Hex A5 AD DE 1A 16 0 D E8 2E 4C
Octal 245 255 336 32 26 0 15 350 56 114
Binary 10100101 10101101 11011110 11010 10110 0 1101 11101000 101110 1001100

Color Harmonies of #A5ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ADDE

Black with #A5ADDE

Text Example


Text Example

White with #A5ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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