Html Css Color HEX #A6B4DD Perano

📋 copy color: '#A6B4DD'

red 166 ◦ green 180 ◦ blue 221

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

Shades of Perano #A6B4DD

Tints of Perano #A6B4DD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.75%

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 29.28%
G = 31.75%
B = 38.98%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6B4DD (or 0xA6B4DD) is known color: Perano. HEX triplet: A6, B4 and DD. RGB value is (166,180,221). Sum of RGB (Red+Green+Blue) = 166+180+221=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6B4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B4DD is #594B22. Grayscale: #B4B4B4. Windows color (decimal): -5851939 or 14529702. OLE color: 14529702.

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

Color convert

RGB 166 180 221 -
CMYK 0.25 0.19 0 0.13
HSL 224.73º 0.45% 0.76% -
HSV(B) 224.73º 0.25% 0.87% -
XYZ 45.1 45.97 74.9 -
YUV 180.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 166 180 221 0.25 0.19 0 0.13 224.73 0.45 0.76
Hex A6 B4 DD 19 13 0 D E1 2D 4C
Octal 246 264 335 31 23 0 15 341 55 114
Binary 10100110 10110100 11011101 11001 10011 0 1101 11100001 101101 1001100

Color Harmonies of #A6B4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B4DD

Black with #A6B4DD

Text Example


Text Example

White with #A6B4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B4DD; }

 p { color: rgb(166,180,221); }

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

background-color css

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

 a { background-color: rgb(166,180,221); }

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

border-color css

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

 span { border-color: rgb(166,180,221); }

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