Html Css Color HEX #A78CF2 Biloba Flower

📋 copy color: '#A78CF2'

red 167 ◦ green 140 ◦ blue 242

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

Shades of Biloba Flower #A78CF2

Tints of Biloba Flower #A78CF2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.5%

 BLUE value IS 242 (94.92% from 255) = 44.08%

R = 30.42%
G = 25.5%
B = 44.08%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A78CF2 (or 0xA78CF2) is known color: Biloba Flower. HEX triplet: A7, 8C and F2. RGB value is (167,140,242). Sum of RGB (Red+Green+Blue) = 167+140+242=549 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.42% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #A78CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78CF2 is #58730D. Grayscale: #9F9F9F. Windows color (decimal): -5796622 or 15895719. OLE color: 15895719.

HSL color Cylindrical-coordinate representation of color #A78CF2: hue angle of 255.88º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A78CF2 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 140 242 -
CMYK 0.31 0.42 0 0.05
HSL 255.88º 0.8% 0.75% -
HSV(B) 255.88º 0.42% 0.95% -
XYZ 41.34 33.38 88.27 -
YUV 159.7 174.45 133.21 -
System Red Green Blue C M Y K H S L
Decimal 167 140 242 0.31 0.42 0 0.05 255.88 0.8 0.75
Hex A7 8C F2 1F 2A 0 5 100 50 4B
Octal 247 214 362 37 52 0 5 400 120 113
Binary 10100111 10001100 11110010 11111 101010 0 101 100000000 1010000 1001011

Color Harmonies of #A78CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78CF2

Black with #A78CF2

Text Example


Text Example

White with #A78CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78CF2; }

 p { color: rgb(167,140,242); }

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

background-color css

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

 a { background-color: rgb(167,140,242); }

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

border-color css

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

 span { border-color: rgb(167,140,242); }

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