Html Css Color HEX #A78AD3 Biloba Flower

📋 copy color: '#A78AD3'

red 167 ◦ green 138 ◦ blue 211

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

Shades of Biloba Flower #A78AD3

Tints of Biloba Flower #A78AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.89%

R = 32.36%
G = 26.74%
B = 40.89%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A78AD3 (or 0xA78AD3) is known color: Biloba Flower. HEX triplet: A7, 8A and D3. RGB value is (167,138,211). Sum of RGB (Red+Green+Blue) = 167+138+211=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 211 - color contains mainly: blue. Hex color #A78AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78AD3 is #58752C. Grayscale: #9A9A9A. Windows color (decimal): -5797165 or 13863591. OLE color: 13863591.

HSL color Cylindrical-coordinate representation of color #A78AD3: hue angle of 263.84º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A78AD3 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 167 138 211 -
CMYK 0.21 0.35 0 0.17
HSL 263.84º 0.45% 0.68% -
HSV(B) 263.84º 0.35% 0.83% -
XYZ 36.78 31.1 65.69 -
YUV 154.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 167 138 211 0.21 0.35 0 0.17 263.84 0.45 0.68
Hex A7 8A D3 15 23 0 11 108 2D 44
Octal 247 212 323 25 43 0 21 410 55 104
Binary 10100111 10001010 11010011 10101 100011 0 10001 100001000 101101 1000100

Color Harmonies of #A78AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78AD3

Black with #A78AD3

Text Example


Text Example

White with #A78AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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