Html Css Color HEX #A699CE Biloba Flower

📋 copy color: '#A699CE'

red 166 ◦ green 153 ◦ blue 206

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

Shades of Biloba Flower #A699CE

Tints of Biloba Flower #A699CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 31.62%
G = 29.14%
B = 39.24%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A699CE (or 0xA699CE) is known color: Biloba Flower. HEX triplet: A6, 99 and CE. RGB value is (166,153,206). Sum of RGB (Red+Green+Blue) = 166+153+206=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #A699CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699CE is #596631. Grayscale: #A2A2A2. Windows color (decimal): -5858866 or 13539750. OLE color: 13539750.

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

Color convert

RGB 166 153 206 -
CMYK 0.19 0.26 0 0.19
HSL 254.72º 0.35% 0.7% -
HSV(B) 254.72º 0.26% 0.81% -
XYZ 38.26 35.35 63.2 -
YUV 162.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 166 153 206 0.19 0.26 0 0.19 254.72 0.35 0.7
Hex A6 99 CE 13 1A 0 13 FF 23 46
Octal 246 231 316 23 32 0 23 377 43 106
Binary 10100110 10011001 11001110 10011 11010 0 10011 11111111 100011 1000110

Color Harmonies of #A699CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699CE

Black with #A699CE

Text Example


Text Example

White with #A699CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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