Html Css Color HEX #AEA3CA Biloba Flower

📋 copy color: '#AEA3CA'

red 174 ◦ green 163 ◦ blue 202

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

Shades of Biloba Flower #AEA3CA

Tints of Biloba Flower #AEA3CA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.24%

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 32.28%
G = 30.24%
B = 37.48%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AEA3CA (or 0xAEA3CA) is known color: Biloba Flower. HEX triplet: AE, A3 and CA. RGB value is (174,163,202). Sum of RGB (Red+Green+Blue) = 174+163+202=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3CA is #515C35. Grayscale: #AAAAAA. Windows color (decimal): -5332022 or 13280174. OLE color: 13280174.

HSL color Cylindrical-coordinate representation of color #AEA3CA: hue angle of 256.92º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEA3CA is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 163 202 -
CMYK 0.14 0.19 0 0.21
HSL 256.92º 0.27% 0.72% -
HSV(B) 256.92º 0.19% 0.79% -
XYZ 41.21 39.46 61.32 -
YUV 170.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 174 163 202 0.14 0.19 0 0.21 256.92 0.27 0.72
Hex AE A3 CA E 13 0 15 101 1B 48
Octal 256 243 312 16 23 0 25 401 33 110
Binary 10101110 10100011 11001010 1110 10011 0 10101 100000001 11011 1001000

Color Harmonies of #AEA3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA3CA

Black with #AEA3CA

Text Example


Text Example

White with #AEA3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA3CA; }

 p { color: rgb(174,163,202); }

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

background-color css

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

 a { background-color: rgb(174,163,202); }

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

border-color css

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

 span { border-color: rgb(174,163,202); }

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