Html Css Color HEX #AE8FCC Biloba Flower

📋 copy color: '#AE8FCC'

red 174 ◦ green 143 ◦ blue 204

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

Shades of Biloba Flower #AE8FCC

Tints of Biloba Flower #AE8FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.45%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 33.4%
G = 27.45%
B = 39.16%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE8FCC (or 0xAE8FCC) is known color: Biloba Flower. HEX triplet: AE, 8F and CC. RGB value is (174,143,204). Sum of RGB (Red+Green+Blue) = 174+143+204=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8FCC is #517033. Grayscale: #9F9F9F. Windows color (decimal): -5337140 or 13406126. OLE color: 13406126.

HSL color Cylindrical-coordinate representation of color #AE8FCC: hue angle of 270.49º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE8FCC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 143 204 -
CMYK 0.15 0.30 0 0.2
HSL 270.49º 0.37% 0.68% -
HSV(B) 270.49º 0.3% 0.8% -
XYZ 38.18 33 61.48 -
YUV 159.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 174 143 204 0.15 0.30 0 0.2 270.49 0.37 0.68
Hex AE 8F CC F 1E 0 14 10E 25 44
Octal 256 217 314 17 36 0 24 416 45 104
Binary 10101110 10001111 11001100 1111 11110 0 10100 100001110 100101 1000100

Color Harmonies of #AE8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8FCC

Black with #AE8FCC

Text Example


Text Example

White with #AE8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8FCC; }

 p { color: rgb(174,143,204); }

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

background-color css

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

 a { background-color: rgb(174,143,204); }

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

border-color css

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

 span { border-color: rgb(174,143,204); }

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