Html Css Color HEX #A889CF Biloba Flower

📋 copy color: '#A889CF'

red 168 ◦ green 137 ◦ blue 207

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

Shades of Biloba Flower #A889CF

Tints of Biloba Flower #A889CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 32.81%
G = 26.76%
B = 40.43%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A889CF (or 0xA889CF) is known color: Biloba Flower. HEX triplet: A8, 89 and CF. RGB value is (168,137,207). Sum of RGB (Red+Green+Blue) = 168+137+207=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #A889CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889CF is #577630. Grayscale: #9A9A9A. Windows color (decimal): -5731889 or 13601192. OLE color: 13601192.

HSL color Cylindrical-coordinate representation of color #A889CF: hue angle of 266.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A889CF is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 137 207 -
CMYK 0.19 0.34 0 0.19
HSL 266.57º 0.42% 0.67% -
HSV(B) 266.57º 0.34% 0.81% -
XYZ 36.36 30.72 63.05 -
YUV 154.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 168 137 207 0.19 0.34 0 0.19 266.57 0.42 0.67
Hex A8 89 CF 13 22 0 13 10B 2A 43
Octal 250 211 317 23 42 0 23 413 52 103
Binary 10101000 10001001 11001111 10011 100010 0 10011 100001011 101010 1000011

Color Harmonies of #A889CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A889CF

Black with #A889CF

Text Example


Text Example

White with #A889CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A889CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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