Html Css Color HEX #A6AFF2 Perano

📋 copy color: '#A6AFF2'

red 166 ◦ green 175 ◦ blue 242

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

Shades of Perano #A6AFF2

Tints of Perano #A6AFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.51%

R = 28.47%
G = 30.02%
B = 41.51%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A6AFF2 (or 0xA6AFF2) is known color: Perano. HEX triplet: A6, AF and F2. RGB value is (166,175,242). Sum of RGB (Red+Green+Blue) = 166+175+242=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #A6AFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AFF2 is #59500D. Grayscale: #B3B3B3. Windows color (decimal): -5853198 or 15904678. OLE color: 15904678.

HSL color Cylindrical-coordinate representation of color #A6AFF2: hue angle of 232.89º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6AFF2 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 175 242 -
CMYK 0.31 0.28 0 0.05
HSL 232.89º 0.75% 0.8% -
HSV(B) 232.89º 0.31% 0.95% -
XYZ 47.08 45.18 90.24 -
YUV 179.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 166 175 242 0.31 0.28 0 0.05 232.89 0.75 0.8
Hex A6 AF F2 1F 1C 0 5 E9 4B 50
Octal 246 257 362 37 34 0 5 351 113 120
Binary 10100110 10101111 11110010 11111 11100 0 101 11101001 1001011 1010000

Color Harmonies of #A6AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AFF2

Black with #A6AFF2

Text Example


Text Example

White with #A6AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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