Html Css Color HEX #AEA2E6 Biloba Flower

📋 copy color: '#AEA2E6'

red 174 ◦ green 162 ◦ blue 230

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

Shades of Biloba Flower #AEA2E6

Tints of Biloba Flower #AEA2E6

RGB

 RED value IS 174 (68.36% from 255) = 30.74%

 GREEN value IS 162 (63.67% from 255) = 28.62%

 BLUE value IS 230 (90.23% from 255) = 40.64%

R = 30.74%
G = 28.62%
B = 40.64%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AEA2E6 (or 0xAEA2E6) is known color: Biloba Flower. HEX triplet: AE, A2 and E6. RGB value is (174,162,230). Sum of RGB (Red+Green+Blue) = 174+162+230=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEA2E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA2E6 is #515D19. Grayscale: #ADADAD. Windows color (decimal): -5332250 or 15114926. OLE color: 15114926.

HSL color Cylindrical-coordinate representation of color #AEA2E6: hue angle of 250.59º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEA2E6 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 162 230 -
CMYK 0.24 0.30 0 0.10
HSL 250.59º 0.58% 0.77% -
HSV(B) 250.59º 0.3% 0.9% -
XYZ 44.66 40.55 80.34 -
YUV 173.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 174 162 230 0.24 0.30 0 0.10 250.59 0.58 0.77
Hex AE A2 E6 18 1E 0 A FB 3A 4D
Octal 256 242 346 30 36 0 12 373 72 115
Binary 10101110 10100010 11100110 11000 11110 0 1010 11111011 111010 1001101

Color Harmonies of #AEA2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA2E6

Black with #AEA2E6

Text Example


Text Example

White with #AEA2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA2E6; }

 p { color: rgb(174,162,230); }

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

background-color css

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

 a { background-color: rgb(174,162,230); }

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

border-color css

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

 span { border-color: rgb(174,162,230); }

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