Html Css Color HEX #AE9CE0 Biloba Flower

📋 copy color: '#AE9CE0'

red 174 ◦ green 156 ◦ blue 224

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

Shades of Biloba Flower #AE9CE0

Tints of Biloba Flower #AE9CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.16%

 BLUE value IS 224 (87.89% from 255) = 40.43%

R = 31.41%
G = 28.16%
B = 40.43%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AE9CE0 (or 0xAE9CE0) is known color: Biloba Flower. HEX triplet: AE, 9C and E0. RGB value is (174,156,224). Sum of RGB (Red+Green+Blue) = 174+156+224=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE9CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CE0 is #51631F. Grayscale: #A8A8A8. Windows color (decimal): -5333792 or 14720174. OLE color: 14720174.

HSL color Cylindrical-coordinate representation of color #AE9CE0: hue angle of 255.88º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE9CE0 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 156 224 -
CMYK 0.22 0.30 0 0.12
HSL 255.88º 0.52% 0.75% -
HSV(B) 255.88º 0.3% 0.88% -
XYZ 42.8 38.16 75.63 -
YUV 169.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 174 156 224 0.22 0.30 0 0.12 255.88 0.52 0.75
Hex AE 9C E0 16 1E 0 C 100 34 4B
Octal 256 234 340 26 36 0 14 400 64 113
Binary 10101110 10011100 11100000 10110 11110 0 1100 100000000 110100 1001011

Color Harmonies of #AE9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9CE0

Black with #AE9CE0

Text Example


Text Example

White with #AE9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9CE0; }

 p { color: rgb(174,156,224); }

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

background-color css

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

 a { background-color: rgb(174,156,224); }

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

border-color css

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

 span { border-color: rgb(174,156,224); }

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