Html Css Color HEX #A6ADEE Perano

📋 copy color: '#A6ADEE'

red 166 ◦ green 173 ◦ blue 238

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

Shades of Perano #A6ADEE

Tints of Perano #A6ADEE

RGB

 RED value IS 166 (65.23% from 255) = 28.77%

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

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

R = 28.77%
G = 29.98%
B = 41.25%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6ADEE (or 0xA6ADEE) is known color: Perano. HEX triplet: A6, AD and EE. RGB value is (166,173,238). Sum of RGB (Red+Green+Blue) = 166+173+238=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ADEE is #595211. Grayscale: #B2B2B2. Windows color (decimal): -5853714 or 15642022. OLE color: 15642022.

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

Color convert

RGB 166 173 238 -
CMYK 0.30 0.27 0 0.07
HSL 234.17º 0.68% 0.79% -
HSV(B) 234.17º 0.3% 0.93% -
XYZ 46.1 44.17 86.98 -
YUV 178.32 161.68 119.21 -
System Red Green Blue C M Y K H S L
Decimal 166 173 238 0.30 0.27 0 0.07 234.17 0.68 0.79
Hex A6 AD EE 1E 1B 0 7 EA 44 4F
Octal 246 255 356 36 33 0 7 352 104 117
Binary 10100110 10101101 11101110 11110 11011 0 111 11101010 1000100 1001111

Color Harmonies of #A6ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ADEE

Black with #A6ADEE

Text Example


Text Example

White with #A6ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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