Html Css Color HEX #A391DD Biloba Flower

📋 copy color: '#A391DD'

red 163 ◦ green 145 ◦ blue 221

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

Shades of Biloba Flower #A391DD

Tints of Biloba Flower #A391DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 30.81%
G = 27.41%
B = 41.78%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A391DD (or 0xA391DD) is known color: Biloba Flower. HEX triplet: A3, 91 and DD. RGB value is (163,145,221). Sum of RGB (Red+Green+Blue) = 163+145+221=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #A391DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391DD is #5C6E22. Grayscale: #9E9E9E. Windows color (decimal): -6057507 or 14520739. OLE color: 14520739.

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

Color convert

RGB 163 145 221 -
CMYK 0.26 0.34 0 0.13
HSL 254.21º 0.53% 0.72% -
HSV(B) 254.21º 0.34% 0.87% -
XYZ 38.28 33.26 72.81 -
YUV 159.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 163 145 221 0.26 0.34 0 0.13 254.21 0.53 0.72
Hex A3 91 DD 1A 22 0 D FE 35 48
Octal 243 221 335 32 42 0 15 376 65 110
Binary 10100011 10010001 11011101 11010 100010 0 1101 11111110 110101 1001000

Color Harmonies of #A391DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A391DD

Black with #A391DD

Text Example


Text Example

White with #A391DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A391DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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