Html Css Color HEX #A68DDA Biloba Flower

📋 copy color: '#A68DDA'

red 166 ◦ green 141 ◦ blue 218

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

Shades of Biloba Flower #A68DDA

Tints of Biloba Flower #A68DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 31.62%
G = 26.86%
B = 41.52%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A68DDA (or 0xA68DDA) is known color: Biloba Flower. HEX triplet: A6, 8D and DA. RGB value is (166,141,218). Sum of RGB (Red+Green+Blue) = 166+141+218=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #A68DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DDA is #597225. Grayscale: #9C9C9C. Windows color (decimal): -5861926 or 14323110. OLE color: 14323110.

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

Color convert

RGB 166 141 218 -
CMYK 0.24 0.35 0 0.15
HSL 259.48º 0.51% 0.7% -
HSV(B) 259.48º 0.35% 0.85% -
XYZ 37.91 32.22 70.55 -
YUV 157.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 166 141 218 0.24 0.35 0 0.15 259.48 0.51 0.7
Hex A6 8D DA 18 23 0 F 103 33 46
Octal 246 215 332 30 43 0 17 403 63 106
Binary 10100110 10001101 11011010 11000 100011 0 1111 100000011 110011 1000110

Color Harmonies of #A68DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68DDA

Black with #A68DDA

Text Example


Text Example

White with #A68DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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