Html Css Color HEX #A6AFEE Perano

📋 copy color: '#A6AFEE'

red 166 ◦ green 175 ◦ blue 238

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

Shades of Perano #A6AFEE

Tints of Perano #A6AFEE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.22%

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

R = 28.67%
G = 30.22%
B = 41.11%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6AFEE (or 0xA6AFEE) is known color: Perano. HEX triplet: A6, AF and EE. RGB value is (166,175,238). Sum of RGB (Red+Green+Blue) = 166+175+238=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6AFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AFEE is #595011. Grayscale: #B3B3B3. Windows color (decimal): -5853202 or 15642534. OLE color: 15642534.

HSL color Cylindrical-coordinate representation of color #A6AFEE: hue angle of 232.5º 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 #A6AFEE is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 175 238 -
CMYK 0.30 0.26 0 0.07
HSL 232.5º 0.68% 0.79% -
HSV(B) 232.5º 0.3% 0.93% -
XYZ 46.49 44.94 87.11 -
YUV 179.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 166 175 238 0.30 0.26 0 0.07 232.5 0.68 0.79
Hex A6 AF EE 1E 1A 0 7 E8 44 4F
Octal 246 257 356 36 32 0 7 350 104 117
Binary 10100110 10101111 11101110 11110 11010 0 111 11101000 1000100 1001111

Color Harmonies of #A6AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AFEE

Black with #A6AFEE

Text Example


Text Example

White with #A6AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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