Html Css Color HEX #A6A5EE Perano

📋 copy color: '#A6A5EE'

red 166 ◦ green 165 ◦ blue 238

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

Shades of Perano #A6A5EE

Tints of Perano #A6A5EE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29%

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

R = 29.17%
G = 29%
B = 41.83%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6A5EE (or 0xA6A5EE) is known color: Perano. HEX triplet: A6, A5 and EE. RGB value is (166,165,238). Sum of RGB (Red+Green+Blue) = 166+165+238=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6A5EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6A5EE is #595A11. Grayscale: #ADADAD. Windows color (decimal): -5855762 or 15639974. OLE color: 15639974.

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

Color convert

RGB 166 165 238 -
CMYK 0.30 0.31 0 0.07
HSL 240.82º 0.68% 0.79% -
HSV(B) 240.82º 0.31% 0.93% -
XYZ 44.61 41.19 86.49 -
YUV 173.62 164.33 122.56 -
System Red Green Blue C M Y K H S L
Decimal 166 165 238 0.30 0.31 0 0.07 240.82 0.68 0.79
Hex A6 A5 EE 1E 1F 0 7 F1 44 4F
Octal 246 245 356 36 37 0 7 361 104 117
Binary 10100110 10100101 11101110 11110 11111 0 111 11110001 1000100 1001111

Color Harmonies of #A6A5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A5EE

Black with #A6A5EE

Text Example


Text Example

White with #A6A5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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