Html Css Color HEX #A889EE Biloba Flower

📋 copy color: '#A889EE'

red 168 ◦ green 137 ◦ blue 238

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

Shades of Biloba Flower #A889EE

Tints of Biloba Flower #A889EE

RGB

 RED value IS 168 (66.02% from 255) = 30.94%

 GREEN value IS 137 (53.91% from 255) = 25.23%

 BLUE value IS 238 (93.36% from 255) = 43.83%

R = 30.94%
G = 25.23%
B = 43.83%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A889EE (or 0xA889EE) is known color: Biloba Flower. HEX triplet: A8, 89 and EE. RGB value is (168,137,238). Sum of RGB (Red+Green+Blue) = 168+137+238=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #A889EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A889EE is #577611. Grayscale: #9D9D9D. Windows color (decimal): -5731858 or 15632808. OLE color: 15632808.

HSL color Cylindrical-coordinate representation of color #A889EE: hue angle of 258.42º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A889EE is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 137 238 -
CMYK 0.29 0.42 0 0.07
HSL 258.42º 0.75% 0.74% -
HSV(B) 258.42º 0.42% 0.93% -
XYZ 40.53 32.39 85 -
YUV 157.78 173.27 135.29 -
System Red Green Blue C M Y K H S L
Decimal 168 137 238 0.29 0.42 0 0.07 258.42 0.75 0.74
Hex A8 89 EE 1D 2A 0 7 102 4B 4A
Octal 250 211 356 35 52 0 7 402 113 112
Binary 10101000 10001001 11101110 11101 101010 0 111 100000010 1001011 1001010

Color Harmonies of #A889EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A889EE

Black with #A889EE

Text Example


Text Example

White with #A889EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A889EE; }

 p { color: rgb(168,137,238); }

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

background-color css

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

 a { background-color: rgb(168,137,238); }

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

border-color css

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

 span { border-color: rgb(168,137,238); }

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