Html Css Color HEX #A4ABFB Perano

📋 copy color: '#A4ABFB'

red 164 ◦ green 171 ◦ blue 251

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

Shades of Perano #A4ABFB

Tints of Perano #A4ABFB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.18%

 BLUE value IS 251 (98.44% from 255) = 42.83%

R = 27.99%
G = 29.18%
B = 42.83%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4ABFB (or 0xA4ABFB) is known color: Perano. HEX triplet: A4, AB and FB. RGB value is (164,171,251). Sum of RGB (Red+Green+Blue) = 164+171+251=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ABFB is #5B5404. Grayscale: #B1B1B1. Windows color (decimal): -5985285 or 16493476. OLE color: 16493476.

HSL color Cylindrical-coordinate representation of color #A4ABFB: hue angle of 235.17º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4ABFB is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 171 251 -
CMYK 0.35 0.32 0 0.02
HSL 235.17º 0.92% 0.81% -
HSV(B) 235.17º 0.35% 0.98% -
XYZ 47.29 43.98 97.26 -
YUV 178.03 169.18 118 -
System Red Green Blue C M Y K H S L
Decimal 164 171 251 0.35 0.32 0 0.02 235.17 0.92 0.81
Hex A4 AB FB 23 20 0 2 EB 5C 51
Octal 244 253 373 43 40 0 2 353 134 121
Binary 10100100 10101011 11111011 100011 100000 0 10 11101011 1011100 1010001

Color Harmonies of #A4ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ABFB

Black with #A4ABFB

Text Example


Text Example

White with #A4ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ABFB; }

 p { color: rgb(164,171,251); }

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

background-color css

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

 a { background-color: rgb(164,171,251); }

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

border-color css

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

 span { border-color: rgb(164,171,251); }

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