Html Css Color HEX #A788F2 Biloba Flower

📋 copy color: '#A788F2'

red 167 ◦ green 136 ◦ blue 242

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

Shades of Biloba Flower #A788F2

Tints of Biloba Flower #A788F2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.95%

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

R = 30.64%
G = 24.95%
B = 44.4%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A788F2 (or 0xA788F2) is known color: Biloba Flower. HEX triplet: A7, 88 and F2. RGB value is (167,136,242). Sum of RGB (Red+Green+Blue) = 167+136+242=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #A788F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A788F2 is #58770D. Grayscale: #9C9C9C. Windows color (decimal): -5797646 or 15894695. OLE color: 15894695.

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

Color convert

RGB 167 136 242 -
CMYK 0.31 0.44 0 0.05
HSL 257.55º 0.8% 0.74% -
HSV(B) 257.55º 0.44% 0.95% -
XYZ 40.77 32.23 88.08 -
YUV 157.35 175.77 134.88 -
System Red Green Blue C M Y K H S L
Decimal 167 136 242 0.31 0.44 0 0.05 257.55 0.8 0.74
Hex A7 88 F2 1F 2C 0 5 102 50 4A
Octal 247 210 362 37 54 0 5 402 120 112
Binary 10100111 10001000 11110010 11111 101100 0 101 100000010 1010000 1001010

Color Harmonies of #A788F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A788F2

Black with #A788F2

Text Example


Text Example

White with #A788F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A788F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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