Html Css Color HEX #AE9CEA Biloba Flower

📋 copy color: '#AE9CEA'

red 174 ◦ green 156 ◦ blue 234

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

Shades of Biloba Flower #AE9CEA

Tints of Biloba Flower #AE9CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 30.85%
G = 27.66%
B = 41.49%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AE9CEA (or 0xAE9CEA) is known color: Biloba Flower. HEX triplet: AE, 9C and EA. RGB value is (174,156,234). Sum of RGB (Red+Green+Blue) = 174+156+234=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE9CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9CEA is #516315. Grayscale: #A9A9A9. Windows color (decimal): -5333782 or 15375534. OLE color: 15375534.

HSL color Cylindrical-coordinate representation of color #AE9CEA: hue angle of 253.85º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE9CEA is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 156 234 -
CMYK 0.26 0.33 0 0.08
HSL 253.85º 0.65% 0.76% -
HSV(B) 253.85º 0.33% 0.92% -
XYZ 44.2 38.72 82.99 -
YUV 170.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 174 156 234 0.26 0.33 0 0.08 253.85 0.65 0.76
Hex AE 9C EA 1A 21 0 8 FE 41 4C
Octal 256 234 352 32 41 0 10 376 101 114
Binary 10101110 10011100 11101010 11010 100001 0 1000 11111110 1000001 1001100

Color Harmonies of #AE9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9CEA

Black with #AE9CEA

Text Example


Text Example

White with #AE9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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