Html Css Color HEX #AE91E6 Biloba Flower

📋 copy color: '#AE91E6'

red 174 ◦ green 145 ◦ blue 230

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

Shades of Biloba Flower #AE91E6

Tints of Biloba Flower #AE91E6

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.41%

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 31.69%
G = 26.41%
B = 41.89%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE91E6 (or 0xAE91E6) is known color: Biloba Flower. HEX triplet: AE, 91 and E6. RGB value is (174,145,230). Sum of RGB (Red+Green+Blue) = 174+145+230=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE91E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE91E6 is #516E19. Grayscale: #A3A3A3. Windows color (decimal): -5336602 or 15110574. OLE color: 15110574.

HSL color Cylindrical-coordinate representation of color #AE91E6: hue angle of 260.47º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE91E6 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 145 230 -
CMYK 0.24 0.37 0 0.10
HSL 260.47º 0.63% 0.74% -
HSV(B) 260.47º 0.37% 0.9% -
XYZ 41.86 34.96 79.4 -
YUV 163.36 165.61 135.59 -
System Red Green Blue C M Y K H S L
Decimal 174 145 230 0.24 0.37 0 0.10 260.47 0.63 0.74
Hex AE 91 E6 18 25 0 A 104 3F 4A
Octal 256 221 346 30 45 0 12 404 77 112
Binary 10101110 10010001 11100110 11000 100101 0 1010 100000100 111111 1001010

Color Harmonies of #AE91E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE91E6

Black with #AE91E6

Text Example


Text Example

White with #AE91E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE91E6; }

 p { color: rgb(174,145,230); }

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

background-color css

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

 a { background-color: rgb(174,145,230); }

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

border-color css

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

 span { border-color: rgb(174,145,230); }

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