Html Css Color HEX #A68DCF Biloba Flower

📋 copy color: '#A68DCF'

red 166 ◦ green 141 ◦ blue 207

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

Shades of Biloba Flower #A68DCF

Tints of Biloba Flower #A68DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.27%

R = 32.3%
G = 27.43%
B = 40.27%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A68DCF (or 0xA68DCF) is known color: Biloba Flower. HEX triplet: A6, 8D and CF. RGB value is (166,141,207). Sum of RGB (Red+Green+Blue) = 166+141+207=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #A68DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DCF is #597230. Grayscale: #9B9B9B. Windows color (decimal): -5861937 or 13602214. OLE color: 13602214.

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

Color convert

RGB 166 141 207 -
CMYK 0.20 0.32 0 0.19
HSL 262.73º 0.41% 0.68% -
HSV(B) 262.73º 0.32% 0.81% -
XYZ 36.51 31.66 63.22 -
YUV 156 156.78 135.13 -
System Red Green Blue C M Y K H S L
Decimal 166 141 207 0.20 0.32 0 0.19 262.73 0.41 0.68
Hex A6 8D CF 14 20 0 13 107 29 44
Octal 246 215 317 24 40 0 23 407 51 104
Binary 10100110 10001101 11001111 10100 100000 0 10011 100000111 101001 1000100

Color Harmonies of #A68DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68DCF

Black with #A68DCF

Text Example


Text Example

White with #A68DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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