Html Css Color HEX #AE9CEE Biloba Flower

📋 copy color: '#AE9CEE'

red 174 ◦ green 156 ◦ blue 238

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

Shades of Biloba Flower #AE9CEE

Tints of Biloba Flower #AE9CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.9%

R = 30.63%
G = 27.46%
B = 41.9%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE9CEE (or 0xAE9CEE) is known color: Biloba Flower. HEX triplet: AE, 9C and EE. RGB value is (174,156,238). Sum of RGB (Red+Green+Blue) = 174+156+238=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE9CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9CEE is #516311. Grayscale: #AAAAAA. Windows color (decimal): -5333778 or 15637678. OLE color: 15637678.

HSL color Cylindrical-coordinate representation of color #AE9CEE: hue angle of 253.17º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE9CEE is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 156 238 -
CMYK 0.27 0.34 0 0.07
HSL 253.17º 0.71% 0.77% -
HSV(B) 253.17º 0.34% 0.93% -
XYZ 44.78 38.95 86.05 -
YUV 170.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 174 156 238 0.27 0.34 0 0.07 253.17 0.71 0.77
Hex AE 9C EE 1B 22 0 7 FD 47 4D
Octal 256 234 356 33 42 0 7 375 107 115
Binary 10101110 10011100 11101110 11011 100010 0 111 11111101 1000111 1001101

Color Harmonies of #AE9CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9CEE

Black with #AE9CEE

Text Example


Text Example

White with #AE9CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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