Html Css Color HEX #AE9AEB Biloba Flower

📋 copy color: '#AE9AEB'

red 174 ◦ green 154 ◦ blue 235

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

Shades of Biloba Flower #AE9AEB

Tints of Biloba Flower #AE9AEB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.35%

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

R = 30.91%
G = 27.35%
B = 41.74%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AE9AEB (or 0xAE9AEB) is known color: Biloba Flower. HEX triplet: AE, 9A and EB. RGB value is (174,154,235). Sum of RGB (Red+Green+Blue) = 174+154+235=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE9AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9AEB is #516514. Grayscale: #A8A8A8. Windows color (decimal): -5334293 or 15440558. OLE color: 15440558.

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

Color convert

RGB 174 154 235 -
CMYK 0.26 0.34 0 0.08
HSL 254.81º 0.67% 0.76% -
HSV(B) 254.81º 0.34% 0.92% -
XYZ 44.01 38.11 83.63 -
YUV 169.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 174 154 235 0.26 0.34 0 0.08 254.81 0.67 0.76
Hex AE 9A EB 1A 22 0 8 FF 43 4C
Octal 256 232 353 32 42 0 10 377 103 114
Binary 10101110 10011010 11101011 11010 100010 0 1000 11111111 1000011 1001100

Color Harmonies of #AE9AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9AEB

Black with #AE9AEB

Text Example


Text Example

White with #AE9AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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