Html Css Color HEX #AE9BCA Biloba Flower

📋 copy color: '#AE9BCA'

red 174 ◦ green 155 ◦ blue 202

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

Shades of Biloba Flower #AE9BCA

Tints of Biloba Flower #AE9BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.19%

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 32.77%
G = 29.19%
B = 38.04%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE9BCA (or 0xAE9BCA) is known color: Biloba Flower. HEX triplet: AE, 9B and CA. RGB value is (174,155,202). Sum of RGB (Red+Green+Blue) = 174+155+202=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE9BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9BCA is #516435. Grayscale: #A5A5A5. Windows color (decimal): -5334070 or 13278126. OLE color: 13278126.

HSL color Cylindrical-coordinate representation of color #AE9BCA: hue angle of 264.26º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE9BCA is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 155 202 -
CMYK 0.14 0.23 0 0.21
HSL 264.26º 0.31% 0.7% -
HSV(B) 264.26º 0.23% 0.79% -
XYZ 39.84 36.71 60.86 -
YUV 166.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 174 155 202 0.14 0.23 0 0.21 264.26 0.31 0.7
Hex AE 9B CA E 17 0 15 108 1F 46
Octal 256 233 312 16 27 0 25 410 37 106
Binary 10101110 10011011 11001010 1110 10111 0 10101 100001000 11111 1000110

Color Harmonies of #AE9BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9BCA

Black with #AE9BCA

Text Example


Text Example

White with #AE9BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9BCA; }

 p { color: rgb(174,155,202); }

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

background-color css

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

 a { background-color: rgb(174,155,202); }

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

border-color css

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

 span { border-color: rgb(174,155,202); }

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