Html Css Color HEX #AE9CE8 Biloba Flower

📋 copy color: '#AE9CE8'

red 174 ◦ green 156 ◦ blue 232

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

Shades of Biloba Flower #AE9CE8

Tints of Biloba Flower #AE9CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.28%

R = 30.96%
G = 27.76%
B = 41.28%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE9CE8 (or 0xAE9CE8) is known color: Biloba Flower. HEX triplet: AE, 9C and E8. RGB value is (174,156,232). Sum of RGB (Red+Green+Blue) = 174+156+232=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE9CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9CE8 is #516317. Grayscale: #A9A9A9. Windows color (decimal): -5333784 or 15244462. OLE color: 15244462.

HSL color Cylindrical-coordinate representation of color #AE9CE8: hue angle of 254.21º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE9CE8 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 156 232 -
CMYK 0.25 0.33 0 0.09
HSL 254.21º 0.62% 0.76% -
HSV(B) 254.21º 0.33% 0.91% -
XYZ 43.91 38.6 81.48 -
YUV 170.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 174 156 232 0.25 0.33 0 0.09 254.21 0.62 0.76
Hex AE 9C E8 19 21 0 9 FE 3E 4C
Octal 256 234 350 31 41 0 11 376 76 114
Binary 10101110 10011100 11101000 11001 100001 0 1001 11111110 111110 1001100

Color Harmonies of #AE9CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9CE8

Black with #AE9CE8

Text Example


Text Example

White with #AE9CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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