Html Css Color HEX #AE8BCE Biloba Flower

📋 copy color: '#AE8BCE'

red 174 ◦ green 139 ◦ blue 206

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

Shades of Biloba Flower #AE8BCE

Tints of Biloba Flower #AE8BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.78%

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 33.53%
G = 26.78%
B = 39.69%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE8BCE (or 0xAE8BCE) is known color: Biloba Flower. HEX triplet: AE, 8B and CE. RGB value is (174,139,206). Sum of RGB (Red+Green+Blue) = 174+139+206=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE8BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BCE is #517431. Grayscale: #9C9C9C. Windows color (decimal): -5338162 or 13536174. OLE color: 13536174.

HSL color Cylindrical-coordinate representation of color #AE8BCE: hue angle of 271.34º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE8BCE is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 139 206 -
CMYK 0.16 0.33 0 0.19
HSL 271.34º 0.41% 0.68% -
HSV(B) 271.34º 0.33% 0.81% -
XYZ 37.83 31.92 62.56 -
YUV 157.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 174 139 206 0.16 0.33 0 0.19 271.34 0.41 0.68
Hex AE 8B CE 10 21 0 13 10F 29 44
Octal 256 213 316 20 41 0 23 417 51 104
Binary 10101110 10001011 11001110 10000 100001 0 10011 100001111 101001 1000100

Color Harmonies of #AE8BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8BCE

Black with #AE8BCE

Text Example


Text Example

White with #AE8BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8BCE; }

 p { color: rgb(174,139,206); }

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

background-color css

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

 a { background-color: rgb(174,139,206); }

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

border-color css

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

 span { border-color: rgb(174,139,206); }

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