Html Css Color HEX #A68DD1 Biloba Flower

📋 copy color: '#A68DD1'

red 166 ◦ green 141 ◦ blue 209

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

Shades of Biloba Flower #A68DD1

Tints of Biloba Flower #A68DD1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.33%

 BLUE value IS 209 (82.03% from 255) = 40.5%

R = 32.17%
G = 27.33%
B = 40.5%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A68DD1 (or 0xA68DD1) is known color: Biloba Flower. HEX triplet: A6, 8D and D1. RGB value is (166,141,209). Sum of RGB (Red+Green+Blue) = 166+141+209=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #A68DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DD1 is #59722E. Grayscale: #9B9B9B. Windows color (decimal): -5861935 or 13733286. OLE color: 13733286.

HSL color Cylindrical-coordinate representation of color #A68DD1: hue angle of 262.06º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68DD1 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 141 209 -
CMYK 0.21 0.33 0 0.18
HSL 262.06º 0.43% 0.69% -
HSV(B) 262.06º 0.33% 0.82% -
XYZ 36.76 31.76 64.51 -
YUV 156.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 166 141 209 0.21 0.33 0 0.18 262.06 0.43 0.69
Hex A6 8D D1 15 21 0 12 106 2A 45
Octal 246 215 321 25 41 0 22 406 52 105
Binary 10100110 10001101 11010001 10101 100001 0 10010 100000110 101010 1000101

Color Harmonies of #A68DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68DD1

Black with #A68DD1

Text Example


Text Example

White with #A68DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68DD1; }

 p { color: rgb(166,141,209); }

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

background-color css

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

 a { background-color: rgb(166,141,209); }

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

border-color css

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

 span { border-color: rgb(166,141,209); }

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