Html Css Color HEX #A988CF Biloba Flower

📋 copy color: '#A988CF'

red 169 ◦ green 136 ◦ blue 207

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

Shades of Biloba Flower #A988CF

Tints of Biloba Flower #A988CF

RGB

 RED value IS 169 (66.41% from 255) = 33.01%

 GREEN value IS 136 (53.52% from 255) = 26.56%

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

R = 33.01%
G = 26.56%
B = 40.43%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A988CF (or 0xA988CF) is known color: Biloba Flower. HEX triplet: A9, 88 and CF. RGB value is (169,136,207). Sum of RGB (Red+Green+Blue) = 169+136+207=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 136 (53.52% from 255 or 26.56% 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 #A988CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988CF is #567730. Grayscale: #999999. Windows color (decimal): -5666609 or 13600937. OLE color: 13600937.

HSL color Cylindrical-coordinate representation of color #A988CF: hue angle of 267.89º degrees, saturation: 0.43, 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 #A988CF is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 136 207 -
CMYK 0.18 0.34 0 0.19
HSL 267.89º 0.43% 0.67% -
HSV(B) 267.89º 0.34% 0.81% -
XYZ 36.43 30.55 63.01 -
YUV 153.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 169 136 207 0.18 0.34 0 0.19 267.89 0.43 0.67
Hex A9 88 CF 12 22 0 13 10C 2B 43
Octal 251 210 317 22 42 0 23 414 53 103
Binary 10101001 10001000 11001111 10010 100010 0 10011 100001100 101011 1000011

Color Harmonies of #A988CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A988CF

Black with #A988CF

Text Example


Text Example

White with #A988CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A988CF; }

 p { color: rgb(169,136,207); }

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

background-color css

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

 a { background-color: rgb(169,136,207); }

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

border-color css

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

 span { border-color: rgb(169,136,207); }

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