Html Css Color HEX #A699C3 Biloba Flower

📋 copy color: '#A699C3'

red 166 ◦ green 153 ◦ blue 195

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

Shades of Biloba Flower #A699C3

Tints of Biloba Flower #A699C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.94%

R = 32.3%
G = 29.77%
B = 37.94%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A699C3 (or 0xA699C3) is known color: Biloba Flower. HEX triplet: A6, 99 and C3. RGB value is (166,153,195). Sum of RGB (Red+Green+Blue) = 166+153+195=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #A699C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699C3 is #59663C. Grayscale: #A1A1A1. Windows color (decimal): -5858877 or 12818854. OLE color: 12818854.

HSL color Cylindrical-coordinate representation of color #A699C3: hue angle of 258.57º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A699C3 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 153 195 -
CMYK 0.15 0.22 0 0.24
HSL 258.57º 0.26% 0.68% -
HSV(B) 258.57º 0.22% 0.76% -
XYZ 36.97 34.83 56.4 -
YUV 161.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 166 153 195 0.15 0.22 0 0.24 258.57 0.26 0.68
Hex A6 99 C3 F 16 0 18 103 1A 44
Octal 246 231 303 17 26 0 30 403 32 104
Binary 10100110 10011001 11000011 1111 10110 0 11000 100000011 11010 1000100

Color Harmonies of #A699C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699C3

Black with #A699C3

Text Example


Text Example

White with #A699C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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