Html Css Color HEX #AE9DEB Biloba Flower

📋 copy color: '#AE9DEB'

red 174 ◦ green 157 ◦ blue 235

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

Shades of Biloba Flower #AE9DEB

Tints of Biloba Flower #AE9DEB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.74%

 BLUE value IS 235 (92.19% from 255) = 41.52%

R = 30.74%
G = 27.74%
B = 41.52%

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

#AE9DEB (or 0xAE9DEB) is known color: Biloba Flower. HEX triplet: AE, 9D and EB. RGB value is (174,157,235). Sum of RGB (Red+Green+Blue) = 174+157+235=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE9DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9DEB is #516214. Grayscale: #AAAAAA. Windows color (decimal): -5333525 or 15441326. OLE color: 15441326.

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

Color convert

RGB 174 157 235 -
CMYK 0.26 0.33 0 0.08
HSL 253.08º 0.66% 0.77% -
HSV(B) 253.08º 0.33% 0.92% -
XYZ 44.51 39.11 83.8 -
YUV 170.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 174 157 235 0.26 0.33 0 0.08 253.08 0.66 0.77
Hex AE 9D EB 1A 21 0 8 FD 42 4D
Octal 256 235 353 32 41 0 10 375 102 115
Binary 10101110 10011101 11101011 11010 100001 0 1000 11111101 1000010 1001101

Color Harmonies of #AE9DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9DEB

Black with #AE9DEB

Text Example


Text Example

White with #AE9DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9DEB; }

 p { color: rgb(174,157,235); }

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

background-color css

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

 a { background-color: rgb(174,157,235); }

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

border-color css

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

 span { border-color: rgb(174,157,235); }

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