Html Css Color HEX #A68CCE Biloba Flower

📋 copy color: '#A68CCE'

red 166 ◦ green 140 ◦ blue 206

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

Shades of Biloba Flower #A68CCE

Tints of Biloba Flower #A68CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

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

R = 32.42%
G = 27.34%
B = 40.23%

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

#A68CCE (or 0xA68CCE) is known color: Biloba Flower. HEX triplet: A6, 8C and CE. RGB value is (166,140,206). Sum of RGB (Red+Green+Blue) = 166+140+206=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #A68CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CCE is #597331. Grayscale: #9B9B9B. Windows color (decimal): -5862194 or 13536422. OLE color: 13536422.

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

Color convert

RGB 166 140 206 -
CMYK 0.19 0.32 0 0.19
HSL 263.64º 0.4% 0.68% -
HSV(B) 263.64º 0.32% 0.81% -
XYZ 36.24 31.32 62.53 -
YUV 155.3 156.61 135.63 -
System Red Green Blue C M Y K H S L
Decimal 166 140 206 0.19 0.32 0 0.19 263.64 0.4 0.68
Hex A6 8C CE 13 20 0 13 108 28 44
Octal 246 214 316 23 40 0 23 410 50 104
Binary 10100110 10001100 11001110 10011 100000 0 10011 100001000 101000 1000100

Color Harmonies of #A68CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CCE

Black with #A68CCE

Text Example


Text Example

White with #A68CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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