Html Css Color HEX #AE8ACF Biloba Flower

📋 copy color: '#AE8ACF'

red 174 ◦ green 138 ◦ blue 207

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

Shades of Biloba Flower #AE8ACF

Tints of Biloba Flower #AE8ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.59%

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 33.53%
G = 26.59%
B = 39.88%

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

#AE8ACF (or 0xAE8ACF) is known color: Biloba Flower. HEX triplet: AE, 8A and CF. RGB value is (174,138,207). Sum of RGB (Red+Green+Blue) = 174+138+207=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE8ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8ACF is #517530. Grayscale: #9C9C9C. Windows color (decimal): -5338417 or 13601454. OLE color: 13601454.

HSL color Cylindrical-coordinate representation of color #AE8ACF: hue angle of 271.3º degrees, saturation: 0.42, 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 #AE8ACF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 138 207 -
CMYK 0.16 0.33 0 0.19
HSL 271.3º 0.42% 0.68% -
HSV(B) 271.3º 0.33% 0.81% -
XYZ 37.81 31.68 63.15 -
YUV 156.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 174 138 207 0.16 0.33 0 0.19 271.3 0.42 0.68
Hex AE 8A CF 10 21 0 13 10F 2A 44
Octal 256 212 317 20 41 0 23 417 52 104
Binary 10101110 10001010 11001111 10000 100001 0 10011 100001111 101010 1000100

Color Harmonies of #AE8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8ACF

Black with #AE8ACF

Text Example


Text Example

White with #AE8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8ACF; }

 p { color: rgb(174,138,207); }

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

background-color css

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

 a { background-color: rgb(174,138,207); }

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

border-color css

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

 span { border-color: rgb(174,138,207); }

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