Html Css Color HEX #A68EDC Biloba Flower

📋 copy color: '#A68EDC'

red 166 ◦ green 142 ◦ blue 220

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

Shades of Biloba Flower #A68EDC

Tints of Biloba Flower #A68EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.89%

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 31.44%
G = 26.89%
B = 41.67%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A68EDC (or 0xA68EDC) is known color: Biloba Flower. HEX triplet: A6, 8E and DC. RGB value is (166,142,220). Sum of RGB (Red+Green+Blue) = 166+142+220=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #A68EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68EDC is #597123. Grayscale: #9D9D9D. Windows color (decimal): -5861668 or 14454438. OLE color: 14454438.

HSL color Cylindrical-coordinate representation of color #A68EDC: hue angle of 258.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A68EDC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 142 220 -
CMYK 0.25 0.35 0 0.14
HSL 258.46º 0.53% 0.71% -
HSV(B) 258.46º 0.35% 0.86% -
XYZ 38.32 32.62 71.99 -
YUV 158.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 166 142 220 0.25 0.35 0 0.14 258.46 0.53 0.71
Hex A6 8E DC 19 23 0 E 102 35 47
Octal 246 216 334 31 43 0 16 402 65 107
Binary 10100110 10001110 11011100 11001 100011 0 1110 100000010 110101 1000111

Color Harmonies of #A68EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68EDC

Black with #A68EDC

Text Example


Text Example

White with #A68EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68EDC; }

 p { color: rgb(166,142,220); }

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

background-color css

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

 a { background-color: rgb(166,142,220); }

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

border-color css

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

 span { border-color: rgb(166,142,220); }

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