Html Css Color HEX #A78DCC Biloba Flower

📋 copy color: '#A78DCC'

red 167 ◦ green 141 ◦ blue 204

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

Shades of Biloba Flower #A78DCC

Tints of Biloba Flower #A78DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 32.62%
G = 27.54%
B = 39.84%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A78DCC (or 0xA78DCC) is known color: Biloba Flower. HEX triplet: A7, 8D and CC. RGB value is (167,141,204). Sum of RGB (Red+Green+Blue) = 167+141+204=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #A78DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DCC is #587233. Grayscale: #9B9B9B. Windows color (decimal): -5796404 or 13405607. OLE color: 13405607.

HSL color Cylindrical-coordinate representation of color #A78DCC: hue angle of 264.76º degrees, saturation: 0.38, 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 #A78DCC is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 141 204 -
CMYK 0.18 0.31 0 0.2
HSL 264.76º 0.38% 0.68% -
HSV(B) 264.76º 0.31% 0.8% -
XYZ 36.36 31.62 61.31 -
YUV 155.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 167 141 204 0.18 0.31 0 0.2 264.76 0.38 0.68
Hex A7 8D CC 12 1F 0 14 109 26 44
Octal 247 215 314 22 37 0 24 411 46 104
Binary 10100111 10001101 11001100 10010 11111 0 10100 100001001 100110 1000100

Color Harmonies of #A78DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78DCC

Black with #A78DCC

Text Example


Text Example

White with #A78DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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