Html Css Color HEX #A694CB Biloba Flower

📋 copy color: '#A694CB'

red 166 ◦ green 148 ◦ blue 203

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

Shades of Biloba Flower #A694CB

Tints of Biloba Flower #A694CB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.63%

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

R = 32.11%
G = 28.63%
B = 39.26%

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

#A694CB (or 0xA694CB) is known color: Biloba Flower. HEX triplet: A6, 94 and CB. RGB value is (166,148,203). Sum of RGB (Red+Green+Blue) = 166+148+203=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #A694CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694CB is #596B34. Grayscale: #9F9F9F. Windows color (decimal): -5860149 or 13341862. OLE color: 13341862.

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

Color convert

RGB 166 148 203 -
CMYK 0.18 0.27 0 0.20
HSL 259.64º 0.35% 0.69% -
HSV(B) 259.64º 0.27% 0.8% -
XYZ 37.1 33.6 61.03 -
YUV 159.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 166 148 203 0.18 0.27 0 0.20 259.64 0.35 0.69
Hex A6 94 CB 12 1B 0 14 104 23 45
Octal 246 224 313 22 33 0 24 404 43 105
Binary 10100110 10010100 11001011 10010 11011 0 10100 100000100 100011 1000101

Color Harmonies of #A694CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694CB

Black with #A694CB

Text Example


Text Example

White with #A694CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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