Html Css Color HEX #AE9AE8 Biloba Flower

📋 copy color: '#AE9AE8'

red 174 ◦ green 154 ◦ blue 232

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

Shades of Biloba Flower #AE9AE8

Tints of Biloba Flower #AE9AE8

RGB

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

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

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

R = 31.07%
G = 27.5%
B = 41.43%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE9AE8 (or 0xAE9AE8) is known color: Biloba Flower. HEX triplet: AE, 9A and E8. RGB value is (174,154,232). Sum of RGB (Red+Green+Blue) = 174+154+232=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE9AE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9AE8 is #516517. Grayscale: #A8A8A8. Windows color (decimal): -5334296 or 15243950. OLE color: 15243950.

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

Color convert

RGB 174 154 232 -
CMYK 0.25 0.34 0 0.09
HSL 255.38º 0.63% 0.76% -
HSV(B) 255.38º 0.34% 0.91% -
XYZ 43.58 37.94 81.37 -
YUV 168.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 174 154 232 0.25 0.34 0 0.09 255.38 0.63 0.76
Hex AE 9A E8 19 22 0 9 FF 3F 4C
Octal 256 232 350 31 42 0 11 377 77 114
Binary 10101110 10011010 11101000 11001 100010 0 1001 11111111 111111 1001100

Color Harmonies of #AE9AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9AE8

Black with #AE9AE8

Text Example


Text Example

White with #AE9AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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