Html Css Color HEX #AE95D8 Biloba Flower

📋 copy color: '#AE95D8'

red 174 ◦ green 149 ◦ blue 216

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

Shades of Biloba Flower #AE95D8

Tints of Biloba Flower #AE95D8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.64%

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 32.28%
G = 27.64%
B = 40.07%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE95D8 (or 0xAE95D8) is known color: Biloba Flower. HEX triplet: AE, 95 and D8. RGB value is (174,149,216). Sum of RGB (Red+Green+Blue) = 174+149+216=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #AE95D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE95D8 is #516A27. Grayscale: #A3A3A3. Windows color (decimal): -5335592 or 14194094. OLE color: 14194094.

HSL color Cylindrical-coordinate representation of color #AE95D8: hue angle of 262.39º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE95D8 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 149 216 -
CMYK 0.19 0.31 0 0.15
HSL 262.39º 0.46% 0.72% -
HSV(B) 262.39º 0.31% 0.85% -
XYZ 40.6 35.45 69.67 -
YUV 164.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 174 149 216 0.19 0.31 0 0.15 262.39 0.46 0.72
Hex AE 95 D8 13 1F 0 F 106 2E 48
Octal 256 225 330 23 37 0 17 406 56 110
Binary 10101110 10010101 11011000 10011 11111 0 1111 100000110 101110 1001000

Color Harmonies of #AE95D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE95D8

Black with #AE95D8

Text Example


Text Example

White with #AE95D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE95D8; }

 p { color: rgb(174,149,216); }

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

background-color css

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

 a { background-color: rgb(174,149,216); }

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

border-color css

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

 span { border-color: rgb(174,149,216); }

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