Html Css Color HEX #A78FCC Biloba Flower

📋 copy color: '#A78FCC'

red 167 ◦ green 143 ◦ blue 204

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

Shades of Biloba Flower #A78FCC

Tints of Biloba Flower #A78FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.82%

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

R = 32.49%
G = 27.82%
B = 39.69%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A78FCC (or 0xA78FCC) is known color: Biloba Flower. HEX triplet: A7, 8F and CC. RGB value is (167,143,204). Sum of RGB (Red+Green+Blue) = 167+143+204=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #A78FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FCC is #587033. Grayscale: #9C9C9C. Windows color (decimal): -5795892 or 13406119. OLE color: 13406119.

HSL color Cylindrical-coordinate representation of color #A78FCC: hue angle of 263.61º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A78FCC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 143 204 -
CMYK 0.18 0.30 0 0.2
HSL 263.61º 0.37% 0.68% -
HSV(B) 263.61º 0.3% 0.8% -
XYZ 36.66 32.22 61.41 -
YUV 157.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 167 143 204 0.18 0.30 0 0.2 263.61 0.37 0.68
Hex A7 8F CC 12 1E 0 14 108 25 44
Octal 247 217 314 22 36 0 24 410 45 104
Binary 10100111 10001111 11001100 10010 11110 0 10100 100001000 100101 1000100

Color Harmonies of #A78FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78FCC

Black with #A78FCC

Text Example


Text Example

White with #A78FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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