Html Css Color HEX #A68ACE Biloba Flower

📋 copy color: '#A68ACE'

red 166 ◦ green 138 ◦ blue 206

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

Shades of Biloba Flower #A68ACE

Tints of Biloba Flower #A68ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.06%

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

R = 32.55%
G = 27.06%
B = 40.39%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A68ACE (or 0xA68ACE) is known color: Biloba Flower. HEX triplet: A6, 8A and CE. RGB value is (166,138,206). Sum of RGB (Red+Green+Blue) = 166+138+206=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #A68ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ACE is #597531. Grayscale: #999999. Windows color (decimal): -5862706 or 13535910. OLE color: 13535910.

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

Color convert

RGB 166 138 206 -
CMYK 0.19 0.33 0 0.19
HSL 264.71º 0.41% 0.67% -
HSV(B) 264.71º 0.33% 0.81% -
XYZ 35.95 30.74 62.43 -
YUV 154.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 166 138 206 0.19 0.33 0 0.19 264.71 0.41 0.67
Hex A6 8A CE 13 21 0 13 109 29 43
Octal 246 212 316 23 41 0 23 411 51 103
Binary 10100110 10001010 11001110 10011 100001 0 10011 100001001 101001 1000011

Color Harmonies of #A68ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68ACE

Black with #A68ACE

Text Example


Text Example

White with #A68ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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