Html Css Color HEX #AE9ACB Biloba Flower

📋 copy color: '#AE9ACB'

red 174 ◦ green 154 ◦ blue 203

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

Shades of Biloba Flower #AE9ACB

Tints of Biloba Flower #AE9ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29%

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

R = 32.77%
G = 29%
B = 38.23%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE9ACB (or 0xAE9ACB) is known color: Biloba Flower. HEX triplet: AE, 9A and CB. RGB value is (174,154,203). Sum of RGB (Red+Green+Blue) = 174+154+203=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE9ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ACB is #516534. Grayscale: #A5A5A5. Windows color (decimal): -5334325 or 13343406. OLE color: 13343406.

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

Color convert

RGB 174 154 203 -
CMYK 0.14 0.24 0 0.20
HSL 264.49º 0.32% 0.7% -
HSV(B) 264.49º 0.24% 0.8% -
XYZ 39.79 36.42 61.43 -
YUV 165.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 174 154 203 0.14 0.24 0 0.20 264.49 0.32 0.7
Hex AE 9A CB E 18 0 14 108 20 46
Octal 256 232 313 16 30 0 24 410 40 106
Binary 10101110 10011010 11001011 1110 11000 0 10100 100001000 100000 1000110

Color Harmonies of #AE9ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9ACB

Black with #AE9ACB

Text Example


Text Example

White with #AE9ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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