Html Css Color HEX #A78DDD Biloba Flower

📋 copy color: '#A78DDD'

red 167 ◦ green 141 ◦ blue 221

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

Shades of Biloba Flower #A78DDD

Tints of Biloba Flower #A78DDD

RGB

 RED value IS 167 (65.63% from 255) = 31.57%

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

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

R = 31.57%
G = 26.65%
B = 41.78%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A78DDD (or 0xA78DDD) is known color: Biloba Flower. HEX triplet: A7, 8D and DD. RGB value is (167,141,221). Sum of RGB (Red+Green+Blue) = 167+141+221=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 141 (55.47% from 255 or 26.65% 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 #A78DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DDD is #587222. Grayscale: #9D9D9D. Windows color (decimal): -5796387 or 14519719. OLE color: 14519719.

HSL color Cylindrical-coordinate representation of color #A78DDD: hue angle of 259.5º 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 #A78DDD is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 141 221 -
CMYK 0.24 0.36 0 0.13
HSL 259.5º 0.54% 0.71% -
HSV(B) 259.5º 0.36% 0.87% -
XYZ 38.51 32.49 72.65 -
YUV 157.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 167 141 221 0.24 0.36 0 0.13 259.5 0.54 0.71
Hex A7 8D DD 18 24 0 D 104 36 47
Octal 247 215 335 30 44 0 15 404 66 107
Binary 10100111 10001101 11011101 11000 100100 0 1101 100000100 110110 1000111

Color Harmonies of #A78DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78DDD

Black with #A78DDD

Text Example


Text Example

White with #A78DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78DDD; }

 p { color: rgb(167,141,221); }

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

background-color css

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

 a { background-color: rgb(167,141,221); }

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

border-color css

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

 span { border-color: rgb(167,141,221); }

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