Html Css Color HEX #A68ED5 Biloba Flower

📋 copy color: '#A68ED5'

red 166 ◦ green 142 ◦ blue 213

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

Shades of Biloba Flower #A68ED5

Tints of Biloba Flower #A68ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.88%

R = 31.86%
G = 27.26%
B = 40.88%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A68ED5 (or 0xA68ED5) is known color: Biloba Flower. HEX triplet: A6, 8E and D5. RGB value is (166,142,213). Sum of RGB (Red+Green+Blue) = 166+142+213=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #A68ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ED5 is #59712A. Grayscale: #9D9D9D. Windows color (decimal): -5861675 or 13995686. OLE color: 13995686.

HSL color Cylindrical-coordinate representation of color #A68ED5: hue angle of 260.28º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68ED5 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 142 213 -
CMYK 0.22 0.33 0 0.16
HSL 260.28º 0.46% 0.7% -
HSV(B) 260.28º 0.33% 0.84% -
XYZ 37.41 32.26 67.21 -
YUV 157.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 166 142 213 0.22 0.33 0 0.16 260.28 0.46 0.7
Hex A6 8E D5 16 21 0 10 104 2E 46
Octal 246 216 325 26 41 0 20 404 56 106
Binary 10100110 10001110 11010101 10110 100001 0 10000 100000100 101110 1000110

Color Harmonies of #A68ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68ED5

Black with #A68ED5

Text Example


Text Example

White with #A68ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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