Html Css Color HEX #A68BDD Biloba Flower

📋 copy color: '#A68BDD'

red 166 ◦ green 139 ◦ blue 221

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

Shades of Biloba Flower #A68BDD

Tints of Biloba Flower #A68BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.43%

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 31.56%
G = 26.43%
B = 42.02%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A68BDD (or 0xA68BDD) is known color: Biloba Flower. HEX triplet: A6, 8B and DD. RGB value is (166,139,221). Sum of RGB (Red+Green+Blue) = 166+139+221=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #A68BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BDD is #597422. Grayscale: #9C9C9C. Windows color (decimal): -5862435 or 14519206. OLE color: 14519206.

HSL color Cylindrical-coordinate representation of color #A68BDD: hue angle of 259.76º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68BDD is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 139 221 -
CMYK 0.25 0.37 0 0.13
HSL 259.76º 0.55% 0.71% -
HSV(B) 259.76º 0.37% 0.87% -
XYZ 38.01 31.79 72.54 -
YUV 156.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 166 139 221 0.25 0.37 0 0.13 259.76 0.55 0.71
Hex A6 8B DD 19 25 0 D 104 37 47
Octal 246 213 335 31 45 0 15 404 67 107
Binary 10100110 10001011 11011101 11001 100101 0 1101 100000100 110111 1000111

Color Harmonies of #A68BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BDD

Black with #A68BDD

Text Example


Text Example

White with #A68BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BDD; }

 p { color: rgb(166,139,221); }

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

background-color css

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

 a { background-color: rgb(166,139,221); }

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

border-color css

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

 span { border-color: rgb(166,139,221); }

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