Html Css Color HEX #AEA3CB Biloba Flower

📋 copy color: '#AEA3CB'

red 174 ◦ green 163 ◦ blue 203

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

Shades of Biloba Flower #AEA3CB

Tints of Biloba Flower #AEA3CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.59%

R = 32.22%
G = 30.19%
B = 37.59%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AEA3CB (or 0xAEA3CB) is known color: Biloba Flower. HEX triplet: AE, A3 and CB. RGB value is (174,163,203). Sum of RGB (Red+Green+Blue) = 174+163+203=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEA3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3CB is #515C34. Grayscale: #AAAAAA. Windows color (decimal): -5332021 or 13345710. OLE color: 13345710.

HSL color Cylindrical-coordinate representation of color #AEA3CB: hue angle of 256.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEA3CB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 163 203 -
CMYK 0.14 0.20 0 0.20
HSL 256.5º 0.28% 0.72% -
HSV(B) 256.5º 0.2% 0.8% -
XYZ 41.33 39.5 61.95 -
YUV 170.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 174 163 203 0.14 0.20 0 0.20 256.5 0.28 0.72
Hex AE A3 CB E 14 0 14 100 1C 48
Octal 256 243 313 16 24 0 24 400 34 110
Binary 10101110 10100011 11001011 1110 10100 0 10100 100000000 11100 1001000

Color Harmonies of #AEA3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA3CB

Black with #AEA3CB

Text Example


Text Example

White with #AEA3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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