Html Css Color HEX #A889DF Biloba Flower

📋 copy color: '#A889DF'

red 168 ◦ green 137 ◦ blue 223

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

Shades of Biloba Flower #A889DF

Tints of Biloba Flower #A889DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 31.82%
G = 25.95%
B = 42.23%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A889DF (or 0xA889DF) is known color: Biloba Flower. HEX triplet: A8, 89 and DF. RGB value is (168,137,223). Sum of RGB (Red+Green+Blue) = 168+137+223=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #A889DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889DF is #577620. Grayscale: #9B9B9B. Windows color (decimal): -5731873 or 14649768. OLE color: 14649768.

HSL color Cylindrical-coordinate representation of color #A889DF: hue angle of 261.63º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A889DF is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 137 223 -
CMYK 0.25 0.39 0 0.13
HSL 261.63º 0.57% 0.71% -
HSV(B) 261.63º 0.39% 0.87% -
XYZ 38.41 31.54 73.88 -
YUV 156.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 168 137 223 0.25 0.39 0 0.13 261.63 0.57 0.71
Hex A8 89 DF 19 27 0 D 106 39 47
Octal 250 211 337 31 47 0 15 406 71 107
Binary 10101000 10001001 11011111 11001 100111 0 1101 100000110 111001 1000111

Color Harmonies of #A889DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A889DF

Black with #A889DF

Text Example


Text Example

White with #A889DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A889DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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