Html Css Color HEX #A78CCD Biloba Flower

📋 copy color: '#A78CCD'

red 167 ◦ green 140 ◦ blue 205

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

Shades of Biloba Flower #A78CCD

Tints of Biloba Flower #A78CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

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

R = 32.62%
G = 27.34%
B = 40.04%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A78CCD (or 0xA78CCD) is known color: Biloba Flower. HEX triplet: A7, 8C and CD. RGB value is (167,140,205). Sum of RGB (Red+Green+Blue) = 167+140+205=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 140 (55.08% from 255 or 27.34% 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 #A78CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CCD is #587332. Grayscale: #9B9B9B. Windows color (decimal): -5796659 or 13470887. OLE color: 13470887.

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

Color convert

RGB 167 140 205 -
CMYK 0.19 0.32 0 0.20
HSL 264.92º 0.39% 0.68% -
HSV(B) 264.92º 0.32% 0.8% -
XYZ 36.33 31.38 61.9 -
YUV 155.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 167 140 205 0.19 0.32 0 0.20 264.92 0.39 0.68
Hex A7 8C CD 13 20 0 14 109 27 44
Octal 247 214 315 23 40 0 24 411 47 104
Binary 10100111 10001100 11001101 10011 100000 0 10100 100001001 100111 1000100

Color Harmonies of #A78CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78CCD

Black with #A78CCD

Text Example


Text Example

White with #A78CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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