Html Css Color HEX #AEA3CC Biloba Flower

📋 copy color: '#AEA3CC'

red 174 ◦ green 163 ◦ blue 204

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

Shades of Biloba Flower #AEA3CC

Tints of Biloba Flower #AEA3CC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.13%

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

R = 32.16%
G = 30.13%
B = 37.71%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AEA3CC (or 0xAEA3CC) is known color: Biloba Flower. HEX triplet: AE, A3 and CC. RGB value is (174,163,204). Sum of RGB (Red+Green+Blue) = 174+163+204=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEA3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3CC is #515C33. Grayscale: #AAAAAA. Windows color (decimal): -5332020 or 13411246. OLE color: 13411246.

HSL color Cylindrical-coordinate representation of color #AEA3CC: hue angle of 256.1º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEA3CC is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 163 204 -
CMYK 0.15 0.20 0 0.2
HSL 256.1º 0.29% 0.72% -
HSV(B) 256.1º 0.2% 0.8% -
XYZ 41.45 39.55 62.58 -
YUV 170.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 174 163 204 0.15 0.20 0 0.2 256.1 0.29 0.72
Hex AE A3 CC F 14 0 14 100 1D 48
Octal 256 243 314 17 24 0 24 400 35 110
Binary 10101110 10100011 11001100 1111 10100 0 10100 100000000 11101 1001000

Color Harmonies of #AEA3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA3CC

Black with #AEA3CC

Text Example


Text Example

White with #AEA3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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