Html Css Color HEX #A4AEF1 Perano

📋 copy color: '#A4AEF1'

red 164 ◦ green 174 ◦ blue 241

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

Shades of Perano #A4AEF1

Tints of Perano #A4AEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 28.32%
G = 30.05%
B = 41.62%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A4AEF1 (or 0xA4AEF1) is known color: Perano. HEX triplet: A4, AE and F1. RGB value is (164,174,241). Sum of RGB (Red+Green+Blue) = 164+174+241=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #A4AEF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AEF1 is #5B510E. Grayscale: #B2B2B2. Windows color (decimal): -5984527 or 15838884. OLE color: 15838884.

HSL color Cylindrical-coordinate representation of color #A4AEF1: hue angle of 232.21º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4AEF1 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 174 241 -
CMYK 0.32 0.28 0 0.05
HSL 232.21º 0.73% 0.79% -
HSV(B) 232.21º 0.32% 0.95% -
XYZ 46.32 44.52 89.37 -
YUV 178.65 163.19 117.55 -
System Red Green Blue C M Y K H S L
Decimal 164 174 241 0.32 0.28 0 0.05 232.21 0.73 0.79
Hex A4 AE F1 20 1C 0 5 E8 49 4F
Octal 244 256 361 40 34 0 5 350 111 117
Binary 10100100 10101110 11110001 100000 11100 0 101 11101000 1001001 1001111

Color Harmonies of #A4AEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AEF1

Black with #A4AEF1

Text Example


Text Example

White with #A4AEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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