Html Css Color HEX #A699CB Biloba Flower

📋 copy color: '#A699CB'

red 166 ◦ green 153 ◦ blue 203

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

Shades of Biloba Flower #A699CB

Tints of Biloba Flower #A699CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 31.8%
G = 29.31%
B = 38.89%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A699CB (or 0xA699CB) is known color: Biloba Flower. HEX triplet: A6, 99 and CB. RGB value is (166,153,203). Sum of RGB (Red+Green+Blue) = 166+153+203=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #A699CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699CB is #596634. Grayscale: #A2A2A2. Windows color (decimal): -5858869 or 13343142. OLE color: 13343142.

HSL color Cylindrical-coordinate representation of color #A699CB: hue angle of 255.6º degrees, saturation: 0.32, 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 #A699CB is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 153 203 -
CMYK 0.18 0.25 0 0.20
HSL 255.6º 0.32% 0.7% -
HSV(B) 255.6º 0.25% 0.8% -
XYZ 37.9 35.2 61.3 -
YUV 162.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 166 153 203 0.18 0.25 0 0.20 255.6 0.32 0.7
Hex A6 99 CB 12 19 0 14 100 20 46
Octal 246 231 313 22 31 0 24 400 40 106
Binary 10100110 10011001 11001011 10010 11001 0 10100 100000000 100000 1000110

Color Harmonies of #A699CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699CB

Black with #A699CB

Text Example


Text Example

White with #A699CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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