Html Css Color HEX #A78AED Biloba Flower

📋 copy color: '#A78AED'

red 167 ◦ green 138 ◦ blue 237

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

Shades of Biloba Flower #A78AED

Tints of Biloba Flower #A78AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 30.81%
G = 25.46%
B = 43.73%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A78AED (or 0xA78AED) is known color: Biloba Flower. HEX triplet: A7, 8A and ED. RGB value is (167,138,237). Sum of RGB (Red+Green+Blue) = 167+138+237=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #A78AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78AED is #587512. Grayscale: #9D9D9D. Windows color (decimal): -5797139 or 15567527. OLE color: 15567527.

HSL color Cylindrical-coordinate representation of color #A78AED: hue angle of 257.58º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A78AED is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 138 237 -
CMYK 0.30 0.42 0 0.07
HSL 257.58º 0.73% 0.74% -
HSV(B) 257.58º 0.42% 0.93% -
XYZ 40.31 32.51 84.27 -
YUV 157.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 167 138 237 0.30 0.42 0 0.07 257.58 0.73 0.74
Hex A7 8A ED 1E 2A 0 7 102 49 4A
Octal 247 212 355 36 52 0 7 402 111 112
Binary 10100111 10001010 11101101 11110 101010 0 111 100000010 1001001 1001010

Color Harmonies of #A78AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78AED

Black with #A78AED

Text Example


Text Example

White with #A78AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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