Html Css Color HEX #A695CB Biloba Flower

📋 copy color: '#A695CB'

red 166 ◦ green 149 ◦ blue 203

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

Shades of Biloba Flower #A695CB

Tints of Biloba Flower #A695CB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.76%

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

R = 32.05%
G = 28.76%
B = 39.19%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A695CB (or 0xA695CB) is known color: Biloba Flower. HEX triplet: A6, 95 and CB. RGB value is (166,149,203). Sum of RGB (Red+Green+Blue) = 166+149+203=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #A695CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695CB is #596A34. Grayscale: #A0A0A0. Windows color (decimal): -5859893 or 13342118. OLE color: 13342118.

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

Color convert

RGB 166 149 203 -
CMYK 0.18 0.27 0 0.20
HSL 258.89º 0.34% 0.69% -
HSV(B) 258.89º 0.27% 0.8% -
XYZ 37.25 33.91 61.08 -
YUV 160.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 166 149 203 0.18 0.27 0 0.20 258.89 0.34 0.69
Hex A6 95 CB 12 1B 0 14 103 22 45
Octal 246 225 313 22 33 0 24 403 42 105
Binary 10100110 10010101 11001011 10010 11011 0 10100 100000011 100010 1000101

Color Harmonies of #A695CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A695CB

Black with #A695CB

Text Example


Text Example

White with #A695CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A695CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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