Html Css Color HEX #A68ED8 Biloba Flower

📋 copy color: '#A68ED8'

red 166 ◦ green 142 ◦ blue 216

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

Shades of Biloba Flower #A68ED8

Tints of Biloba Flower #A68ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.22%

R = 31.68%
G = 27.1%
B = 41.22%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A68ED8 (or 0xA68ED8) is known color: Biloba Flower. HEX triplet: A6, 8E and D8. RGB value is (166,142,216). Sum of RGB (Red+Green+Blue) = 166+142+216=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #A68ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ED8 is #597127. Grayscale: #9D9D9D. Windows color (decimal): -5861672 or 14192294. OLE color: 14192294.

HSL color Cylindrical-coordinate representation of color #A68ED8: hue angle of 259.46º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A68ED8 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 142 216 -
CMYK 0.23 0.34 0 0.15
HSL 259.46º 0.49% 0.7% -
HSV(B) 259.46º 0.34% 0.85% -
XYZ 37.79 32.41 69.23 -
YUV 157.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 166 142 216 0.23 0.34 0 0.15 259.46 0.49 0.7
Hex A6 8E D8 17 22 0 F 103 31 46
Octal 246 216 330 27 42 0 17 403 61 106
Binary 10100110 10001110 11011000 10111 100010 0 1111 100000011 110001 1000110

Color Harmonies of #A68ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68ED8

Black with #A68ED8

Text Example


Text Example

White with #A68ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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