Html Css Color HEX #AE9CFF Biloba Flower

📋 copy color: '#AE9CFF'

red 174 ◦ green 156 ◦ blue 255

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

Shades of Biloba Flower #AE9CFF

Tints of Biloba Flower #AE9CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.67%

 BLUE value IS 255 (100% from 255) = 43.59%

R = 29.74%
G = 26.67%
B = 43.59%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE9CFF (or 0xAE9CFF) is known color: Biloba Flower. HEX triplet: AE, 9C and FF. RGB value is (174,156,255). Sum of RGB (Red+Green+Blue) = 174+156+255=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9CFF is #516300. Grayscale: #ACACAC. Windows color (decimal): -5333761 or 16751790. OLE color: 16751790.

HSL color Cylindrical-coordinate representation of color #AE9CFF: hue angle of 250.91º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE9CFF is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 156 255 -
CMYK 0.32 0.39 0 0
HSL 250.91º 1% 0.81% -
HSV(B) 250.91º 0.39% 1% -
XYZ 47.39 40 99.83 -
YUV 172.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 174 156 255 0.32 0.39 0 0 250.91 1 0.81
Hex AE 9C FF 20 27 0 0 FB 64 51
Octal 256 234 377 40 47 0 0 373 144 121
Binary 10101110 10011100 11111111 100000 100111 0 0 11111011 1100100 1010001

Color Harmonies of #AE9CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9CFF

Black with #AE9CFF

Text Example


Text Example

White with #AE9CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9CFF; }

 p { color: rgb(174,156,255); }

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

background-color css

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

 a { background-color: rgb(174,156,255); }

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

border-color css

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

 span { border-color: rgb(174,156,255); }

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