Html Css Color HEX #A68DCD Biloba Flower

📋 copy color: '#A68DCD'

red 166 ◦ green 141 ◦ blue 205

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

Shades of Biloba Flower #A68DCD

Tints of Biloba Flower #A68DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 32.42%
G = 27.54%
B = 40.04%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A68DCD (or 0xA68DCD) is known color: Biloba Flower. HEX triplet: A6, 8D and CD. RGB value is (166,141,205). Sum of RGB (Red+Green+Blue) = 166+141+205=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #A68DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DCD is #597232. Grayscale: #9B9B9B. Windows color (decimal): -5861939 or 13471142. OLE color: 13471142.

HSL color Cylindrical-coordinate representation of color #A68DCD: hue angle of 263.44º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A68DCD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 141 205 -
CMYK 0.19 0.31 0 0.20
HSL 263.44º 0.39% 0.68% -
HSV(B) 263.44º 0.31% 0.8% -
XYZ 36.27 31.56 61.94 -
YUV 155.77 155.78 135.3 -
System Red Green Blue C M Y K H S L
Decimal 166 141 205 0.19 0.31 0 0.20 263.44 0.39 0.68
Hex A6 8D CD 13 1F 0 14 107 27 44
Octal 246 215 315 23 37 0 24 407 47 104
Binary 10100110 10001101 11001101 10011 11111 0 10100 100000111 100111 1000100

Color Harmonies of #A68DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68DCD

Black with #A68DCD

Text Example


Text Example

White with #A68DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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