Html Css Color HEX #A78ECF Biloba Flower

📋 copy color: '#A78ECF'

red 167 ◦ green 142 ◦ blue 207

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

Shades of Biloba Flower #A78ECF

Tints of Biloba Flower #A78ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.52%

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 32.36%
G = 27.52%
B = 40.12%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A78ECF (or 0xA78ECF) is known color: Biloba Flower. HEX triplet: A7, 8E and CF. RGB value is (167,142,207). Sum of RGB (Red+Green+Blue) = 167+142+207=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #A78ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ECF is #587130. Grayscale: #9C9C9C. Windows color (decimal): -5796145 or 13602471. OLE color: 13602471.

HSL color Cylindrical-coordinate representation of color #A78ECF: hue angle of 263.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A78ECF is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 142 207 -
CMYK 0.19 0.31 0 0.19
HSL 263.08º 0.4% 0.68% -
HSV(B) 263.08º 0.31% 0.81% -
XYZ 36.87 32.07 63.28 -
YUV 156.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 167 142 207 0.19 0.31 0 0.19 263.08 0.4 0.68
Hex A7 8E CF 13 1F 0 13 107 28 44
Octal 247 216 317 23 37 0 23 407 50 104
Binary 10100111 10001110 11001111 10011 11111 0 10011 100000111 101000 1000100

Color Harmonies of #A78ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78ECF

Black with #A78ECF

Text Example


Text Example

White with #A78ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78ECF; }

 p { color: rgb(167,142,207); }

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

background-color css

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

 a { background-color: rgb(167,142,207); }

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

border-color css

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

 span { border-color: rgb(167,142,207); }

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