Html Css Color HEX #AE9ACF Biloba Flower

📋 copy color: '#AE9ACF'

red 174 ◦ green 154 ◦ blue 207

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

Shades of Biloba Flower #AE9ACF

Tints of Biloba Flower #AE9ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 32.52%
G = 28.79%
B = 38.69%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE9ACF (or 0xAE9ACF) is known color: Biloba Flower. HEX triplet: AE, 9A and CF. RGB value is (174,154,207). Sum of RGB (Red+Green+Blue) = 174+154+207=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE9ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ACF is #516530. Grayscale: #A5A5A5. Windows color (decimal): -5334321 or 13605550. OLE color: 13605550.

HSL color Cylindrical-coordinate representation of color #AE9ACF: hue angle of 262.64º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE9ACF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 154 207 -
CMYK 0.16 0.26 0 0.19
HSL 262.64º 0.36% 0.71% -
HSV(B) 262.64º 0.26% 0.81% -
XYZ 40.27 36.61 63.98 -
YUV 166.02 151.13 133.69 -
System Red Green Blue C M Y K H S L
Decimal 174 154 207 0.16 0.26 0 0.19 262.64 0.36 0.71
Hex AE 9A CF 10 1A 0 13 107 24 47
Octal 256 232 317 20 32 0 23 407 44 107
Binary 10101110 10011010 11001111 10000 11010 0 10011 100000111 100100 1000111

Color Harmonies of #AE9ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9ACF

Black with #AE9ACF

Text Example


Text Example

White with #AE9ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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