Html Css Color HEX #A4B0FF Perano

📋 copy color: '#A4B0FF'

red 164 ◦ green 176 ◦ blue 255

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

Shades of Perano #A4B0FF

Tints of Perano #A4B0FF

RGB

 RED value IS 164 (64.45% from 255) = 27.56%

 GREEN value IS 176 (69.14% from 255) = 29.58%

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

R = 27.56%
G = 29.58%
B = 42.86%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A4B0FF (or 0xA4B0FF) is known color: Perano. HEX triplet: A4, B0 and FF. RGB value is (164,176,255). Sum of RGB (Red+Green+Blue) = 164+176+255=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4B0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4B0FF is #5B4F00. Grayscale: #B5B5B5. Windows color (decimal): -5984001 or 16756900. OLE color: 16756900.

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

Color convert

RGB 164 176 255 -
CMYK 0.36 0.31 0 0
HSL 232.09º 1% 0.82% -
HSV(B) 232.09º 0.36% 1% -
XYZ 48.89 46.16 100.94 -
YUV 181.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 164 176 255 0.36 0.31 0 0 232.09 1 0.82
Hex A4 B0 FF 24 1F 0 0 E8 64 52
Octal 244 260 377 44 37 0 0 350 144 122
Binary 10100100 10110000 11111111 100100 11111 0 0 11101000 1100100 1010010

Color Harmonies of #A4B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B0FF

Black with #A4B0FF

Text Example


Text Example

White with #A4B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B0FF; }

 p { color: rgb(164,176,255); }

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

background-color css

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

 a { background-color: rgb(164,176,255); }

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

border-color css

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

 span { border-color: rgb(164,176,255); }

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