Html Css Color HEX #A4AEFB Perano

📋 copy color: '#A4AEFB'

red 164 ◦ green 174 ◦ blue 251

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

Shades of Perano #A4AEFB

Tints of Perano #A4AEFB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.54%

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

R = 27.84%
G = 29.54%
B = 42.61%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4AEFB (or 0xA4AEFB) is known color: Perano. HEX triplet: A4, AE and FB. RGB value is (164,174,251). Sum of RGB (Red+Green+Blue) = 164+174+251=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4AEFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AEFB is #5B5104. Grayscale: #B3B3B3. Windows color (decimal): -5984517 or 16494244. OLE color: 16494244.

HSL color Cylindrical-coordinate representation of color #A4AEFB: hue angle of 233.1º 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 #A4AEFB is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 174 251 -
CMYK 0.35 0.31 0 0.02
HSL 233.1º 0.92% 0.81% -
HSV(B) 233.1º 0.35% 0.98% -
XYZ 47.86 45.13 97.46 -
YUV 179.79 168.19 116.74 -
System Red Green Blue C M Y K H S L
Decimal 164 174 251 0.35 0.31 0 0.02 233.1 0.92 0.81
Hex A4 AE FB 23 1F 0 2 E9 5C 51
Octal 244 256 373 43 37 0 2 351 134 121
Binary 10100100 10101110 11111011 100011 11111 0 10 11101001 1011100 1010001

Color Harmonies of #A4AEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AEFB

Black with #A4AEFB

Text Example


Text Example

White with #A4AEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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