Html Css Color HEX #A4B1FE Perano

📋 copy color: '#A4B1FE'

red 164 ◦ green 177 ◦ blue 254

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

Shades of Perano #A4B1FE

Tints of Perano #A4B1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.75%

 BLUE value IS 254 (99.61% from 255) = 42.69%

R = 27.56%
G = 29.75%
B = 42.69%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A4B1FE (or 0xA4B1FE) is known color: Perano. HEX triplet: A4, B1 and FE. RGB value is (164,177,254). Sum of RGB (Red+Green+Blue) = 164+177+254=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4B1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4B1FE is #5B4E01. Grayscale: #B5B5B5. Windows color (decimal): -5983746 or 16691620. OLE color: 16691620.

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

Color convert

RGB 164 177 254 -
CMYK 0.35 0.30 0 0.00
HSL 231.33º 0.98% 0.82% -
HSV(B) 231.33º 0.35% 1% -
XYZ 48.92 46.49 100.16 -
YUV 181.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 164 177 254 0.35 0.30 0 0.00 231.33 0.98 0.82
Hex A4 B1 FE 23 1E 0 0 E7 62 52
Octal 244 261 376 43 36 0 0 347 142 122
Binary 10100100 10110001 11111110 100011 11110 0 0 11100111 1100010 1010010

Color Harmonies of #A4B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B1FE

Black with #A4B1FE

Text Example


Text Example

White with #A4B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B1FE; }

 p { color: rgb(164,177,254); }

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

background-color css

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

 a { background-color: rgb(164,177,254); }

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

border-color css

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

 span { border-color: rgb(164,177,254); }

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