Html Css Color HEX #A68EDD Biloba Flower

📋 copy color: '#A68EDD'

red 166 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #A68EDD

Tints of Biloba Flower #A68EDD

RGB

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

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

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

R = 31.38%
G = 26.84%
B = 41.78%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A68EDD (or 0xA68EDD) is known color: Biloba Flower. HEX triplet: A6, 8E and DD. RGB value is (166,142,221). Sum of RGB (Red+Green+Blue) = 166+142+221=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #A68EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68EDD is #597122. Grayscale: #9D9D9D. Windows color (decimal): -5861667 or 14519974. OLE color: 14519974.

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

Color convert

RGB 166 142 221 -
CMYK 0.25 0.36 0 0.13
HSL 258.23º 0.54% 0.71% -
HSV(B) 258.23º 0.36% 0.87% -
XYZ 38.45 32.67 72.69 -
YUV 158.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 166 142 221 0.25 0.36 0 0.13 258.23 0.54 0.71
Hex A6 8E DD 19 24 0 D 102 36 47
Octal 246 216 335 31 44 0 15 402 66 107
Binary 10100110 10001110 11011101 11001 100100 0 1101 100000010 110110 1000111

Color Harmonies of #A68EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68EDD

Black with #A68EDD

Text Example


Text Example

White with #A68EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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