Html Css Color HEX #A68DCE Biloba Flower

📋 copy color: '#A68DCE'

red 166 ◦ green 141 ◦ blue 206

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

Shades of Biloba Flower #A68DCE

Tints of Biloba Flower #A68DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.49%

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 32.36%
G = 27.49%
B = 40.16%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A68DCE (or 0xA68DCE) is known color: Biloba Flower. HEX triplet: A6, 8D and CE. RGB value is (166,141,206). Sum of RGB (Red+Green+Blue) = 166+141+206=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #A68DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DCE is #597231. Grayscale: #9B9B9B. Windows color (decimal): -5861938 or 13536678. OLE color: 13536678.

HSL color Cylindrical-coordinate representation of color #A68DCE: hue angle of 263.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A68DCE is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 141 206 -
CMYK 0.19 0.32 0 0.19
HSL 263.08º 0.4% 0.68% -
HSV(B) 263.08º 0.32% 0.81% -
XYZ 36.39 31.61 62.58 -
YUV 155.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 166 141 206 0.19 0.32 0 0.19 263.08 0.4 0.68
Hex A6 8D CE 13 20 0 13 107 28 44
Octal 246 215 316 23 40 0 23 407 50 104
Binary 10100110 10001101 11001110 10011 100000 0 10011 100000111 101000 1000100

Color Harmonies of #A68DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68DCE

Black with #A68DCE

Text Example


Text Example

White with #A68DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68DCE; }

 p { color: rgb(166,141,206); }

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

background-color css

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

 a { background-color: rgb(166,141,206); }

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

border-color css

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

 span { border-color: rgb(166,141,206); }

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