Html Css Color HEX #A78ACD Biloba Flower

📋 copy color: '#A78ACD'

red 167 ◦ green 138 ◦ blue 205

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

Shades of Biloba Flower #A78ACD

Tints of Biloba Flower #A78ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.06%

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

R = 32.75%
G = 27.06%
B = 40.2%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A78ACD (or 0xA78ACD) is known color: Biloba Flower. HEX triplet: A7, 8A and CD. RGB value is (167,138,205). Sum of RGB (Red+Green+Blue) = 167+138+205=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #A78ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ACD is #587532. Grayscale: #9A9A9A. Windows color (decimal): -5797171 or 13470375. OLE color: 13470375.

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

Color convert

RGB 167 138 205 -
CMYK 0.19 0.33 0 0.20
HSL 265.97º 0.4% 0.67% -
HSV(B) 265.97º 0.33% 0.8% -
XYZ 36.04 30.8 61.8 -
YUV 154.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 167 138 205 0.19 0.33 0 0.20 265.97 0.4 0.67
Hex A7 8A CD 13 21 0 14 10A 28 43
Octal 247 212 315 23 41 0 24 412 50 103
Binary 10100111 10001010 11001101 10011 100001 0 10100 100001010 101000 1000011

Color Harmonies of #A78ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78ACD

Black with #A78ACD

Text Example


Text Example

White with #A78ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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