Html Css Color HEX #AE98EC Biloba Flower

📋 copy color: '#AE98EC'

red 174 ◦ green 152 ◦ blue 236

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

Shades of Biloba Flower #AE98EC

Tints of Biloba Flower #AE98EC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.05%

 BLUE value IS 236 (92.58% from 255) = 41.99%

R = 30.96%
G = 27.05%
B = 41.99%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE98EC (or 0xAE98EC) is known color: Biloba Flower. HEX triplet: AE, 98 and EC. RGB value is (174,152,236). Sum of RGB (Red+Green+Blue) = 174+152+236=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE98EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE98EC is #516713. Grayscale: #A7A7A7. Windows color (decimal): -5334804 or 15505582. OLE color: 15505582.

HSL color Cylindrical-coordinate representation of color #AE98EC: hue angle of 255.71º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE98EC is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 152 236 -
CMYK 0.26 0.36 0 0.07
HSL 255.71º 0.69% 0.76% -
HSV(B) 255.71º 0.36% 0.93% -
XYZ 43.82 37.51 84.29 -
YUV 168.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 174 152 236 0.26 0.36 0 0.07 255.71 0.69 0.76
Hex AE 98 EC 1A 24 0 7 100 45 4C
Octal 256 230 354 32 44 0 7 400 105 114
Binary 10101110 10011000 11101100 11010 100100 0 111 100000000 1000101 1001100

Color Harmonies of #AE98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE98EC

Black with #AE98EC

Text Example


Text Example

White with #AE98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE98EC; }

 p { color: rgb(174,152,236); }

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

background-color css

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

 a { background-color: rgb(174,152,236); }

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

border-color css

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

 span { border-color: rgb(174,152,236); }

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