Html Css Color HEX #A699CD Biloba Flower

📋 copy color: '#A699CD'

red 166 ◦ green 153 ◦ blue 205

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

Shades of Biloba Flower #A699CD

Tints of Biloba Flower #A699CD

RGB

 RED value IS 166 (65.23% from 255) = 31.68%

 GREEN value IS 153 (60.16% from 255) = 29.2%

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 31.68%
G = 29.2%
B = 39.12%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A699CD (or 0xA699CD) is known color: Biloba Flower. HEX triplet: A6, 99 and CD. RGB value is (166,153,205). Sum of RGB (Red+Green+Blue) = 166+153+205=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #A699CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699CD is #596632. Grayscale: #A2A2A2. Windows color (decimal): -5858867 or 13474214. OLE color: 13474214.

HSL color Cylindrical-coordinate representation of color #A699CD: hue angle of 255º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A699CD is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 153 205 -
CMYK 0.19 0.25 0 0.20
HSL 255º 0.34% 0.7% -
HSV(B) 255º 0.25% 0.8% -
XYZ 38.14 35.3 62.56 -
YUV 162.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 166 153 205 0.19 0.25 0 0.20 255 0.34 0.7
Hex A6 99 CD 13 19 0 14 FF 22 46
Octal 246 231 315 23 31 0 24 377 42 106
Binary 10100110 10011001 11001101 10011 11001 0 10100 11111111 100010 1000110

Color Harmonies of #A699CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699CD

Black with #A699CD

Text Example


Text Example

White with #A699CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699CD; }

 p { color: rgb(166,153,205); }

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

background-color css

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

 a { background-color: rgb(166,153,205); }

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

border-color css

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

 span { border-color: rgb(166,153,205); }

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