Html Css Color HEX #A78BCF Biloba Flower

📋 copy color: '#A78BCF'

red 167 ◦ green 139 ◦ blue 207

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

Shades of Biloba Flower #A78BCF

Tints of Biloba Flower #A78BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.1%

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

R = 32.55%
G = 27.1%
B = 40.35%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A78BCF (or 0xA78BCF) is known color: Biloba Flower. HEX triplet: A7, 8B and CF. RGB value is (167,139,207). Sum of RGB (Red+Green+Blue) = 167+139+207=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #A78BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BCF is #587430. Grayscale: #9A9A9A. Windows color (decimal): -5796913 or 13601703. OLE color: 13601703.

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

Color convert

RGB 167 139 207 -
CMYK 0.19 0.33 0 0.19
HSL 264.71º 0.41% 0.68% -
HSV(B) 264.71º 0.33% 0.81% -
XYZ 36.43 31.19 63.13 -
YUV 155.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 167 139 207 0.19 0.33 0 0.19 264.71 0.41 0.68
Hex A7 8B CF 13 21 0 13 109 29 44
Octal 247 213 317 23 41 0 23 411 51 104
Binary 10100111 10001011 11001111 10011 100001 0 10011 100001001 101001 1000100

Color Harmonies of #A78BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78BCF

Black with #A78BCF

Text Example


Text Example

White with #A78BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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