Html Css Color HEX #A697CB Biloba Flower

📋 copy color: '#A697CB'

red 166 ◦ green 151 ◦ blue 203

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

Shades of Biloba Flower #A697CB

Tints of Biloba Flower #A697CB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.04%

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

R = 31.92%
G = 29.04%
B = 39.04%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A697CB (or 0xA697CB) is known color: Biloba Flower. HEX triplet: A6, 97 and CB. RGB value is (166,151,203). Sum of RGB (Red+Green+Blue) = 166+151+203=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #A697CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A697CB is #596834. Grayscale: #A1A1A1. Windows color (decimal): -5859381 or 13342630. OLE color: 13342630.

HSL color Cylindrical-coordinate representation of color #A697CB: hue angle of 257.31º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A697CB is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 151 203 -
CMYK 0.18 0.26 0 0.20
HSL 257.31º 0.33% 0.69% -
HSV(B) 257.31º 0.26% 0.8% -
XYZ 37.57 34.55 61.19 -
YUV 161.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 166 151 203 0.18 0.26 0 0.20 257.31 0.33 0.69
Hex A6 97 CB 12 1A 0 14 101 21 45
Octal 246 227 313 22 32 0 24 401 41 105
Binary 10100110 10010111 11001011 10010 11010 0 10100 100000001 100001 1000101

Color Harmonies of #A697CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A697CB

Black with #A697CB

Text Example


Text Example

White with #A697CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A697CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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