Html Css Color HEX #A391DC Biloba Flower

📋 copy color: '#A391DC'

red 163 ◦ green 145 ◦ blue 220

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

Shades of Biloba Flower #A391DC

Tints of Biloba Flower #A391DC

RGB

 RED value IS 163 (64.06% from 255) = 30.87%

 GREEN value IS 145 (57.03% from 255) = 27.46%

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 30.87%
G = 27.46%
B = 41.67%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A391DC (or 0xA391DC) is known color: Biloba Flower. HEX triplet: A3, 91 and DC. RGB value is (163,145,220). Sum of RGB (Red+Green+Blue) = 163+145+220=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #A391DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391DC is #5C6E23. Grayscale: #9E9E9E. Windows color (decimal): -6057508 or 14455203. OLE color: 14455203.

HSL color Cylindrical-coordinate representation of color #A391DC: hue angle of 254.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A391DC is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 145 220 -
CMYK 0.26 0.34 0 0.14
HSL 254.4º 0.52% 0.72% -
HSV(B) 254.4º 0.34% 0.86% -
XYZ 38.15 33.2 72.11 -
YUV 158.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 163 145 220 0.26 0.34 0 0.14 254.4 0.52 0.72
Hex A3 91 DC 1A 22 0 E FE 34 48
Octal 243 221 334 32 42 0 16 376 64 110
Binary 10100011 10010001 11011100 11010 100010 0 1110 11111110 110100 1001000

Color Harmonies of #A391DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A391DC

Black with #A391DC

Text Example


Text Example

White with #A391DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A391DC; }

 p { color: rgb(163,145,220); }

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

background-color css

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

 a { background-color: rgb(163,145,220); }

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

border-color css

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

 span { border-color: rgb(163,145,220); }

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