Html Css Color HEX #A78DCD Biloba Flower

📋 copy color: '#A78DCD'

red 167 ◦ green 141 ◦ blue 205

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

Shades of Biloba Flower #A78DCD

Tints of Biloba Flower #A78DCD

RGB

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

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

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

R = 32.55%
G = 27.49%
B = 39.96%

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

#A78DCD (or 0xA78DCD) is known color: Biloba Flower. HEX triplet: A7, 8D and CD. RGB value is (167,141,205). Sum of RGB (Red+Green+Blue) = 167+141+205=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #A78DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78DCD is #587232. Grayscale: #9B9B9B. Windows color (decimal): -5796403 or 13471143. OLE color: 13471143.

HSL color Cylindrical-coordinate representation of color #A78DCD: hue angle of 264.38º 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 #A78DCD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 141 205 -
CMYK 0.19 0.31 0 0.20
HSL 264.38º 0.39% 0.68% -
HSV(B) 264.38º 0.31% 0.8% -
XYZ 36.48 31.67 61.95 -
YUV 156.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 167 141 205 0.19 0.31 0 0.20 264.38 0.39 0.68
Hex A7 8D CD 13 1F 0 14 108 27 44
Octal 247 215 315 23 37 0 24 410 47 104
Binary 10100111 10001101 11001101 10011 11111 0 10100 100001000 100111 1000100

Color Harmonies of #A78DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78DCD

Black with #A78DCD

Text Example


Text Example

White with #A78DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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