Html Css Color HEX #A6B4FF Perano

📋 copy color: '#A6B4FF'

red 166 ◦ green 180 ◦ blue 255

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

Shades of Perano #A6B4FF

Tints of Perano #A6B4FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.43%

R = 27.62%
G = 29.95%
B = 42.43%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6B4FF (or 0xA6B4FF) is known color: Perano. HEX triplet: A6, B4 and FF. RGB value is (166,180,255). Sum of RGB (Red+Green+Blue) = 166+180+255=601 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.62% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6B4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B4FF is #594B00. Grayscale: #B8B8B8. Windows color (decimal): -5851905 or 16757926. OLE color: 16757926.

HSL color Cylindrical-coordinate representation of color #A6B4FF: hue angle of 230.56º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6B4FF is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 180 255 -
CMYK 0.35 0.29 0 0
HSL 230.56º 1% 0.83% -
HSV(B) 230.56º 0.35% 1% -
XYZ 50.1 47.97 101.23 -
YUV 184.36 167.86 114.9 -
System Red Green Blue C M Y K H S L
Decimal 166 180 255 0.35 0.29 0 0 230.56 1 0.83
Hex A6 B4 FF 23 1D 0 0 E7 64 53
Octal 246 264 377 43 35 0 0 347 144 123
Binary 10100110 10110100 11111111 100011 11101 0 0 11100111 1100100 1010011

Color Harmonies of #A6B4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B4FF

Black with #A6B4FF

Text Example


Text Example

White with #A6B4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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