Html Css Color HEX #A484DB Biloba Flower

📋 copy color: '#A484DB'

red 164 ◦ green 132 ◦ blue 219

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

Shades of Biloba Flower #A484DB

Tints of Biloba Flower #A484DB

RGB

 RED value IS 164 (64.45% from 255) = 31.84%

 GREEN value IS 132 (51.95% from 255) = 25.63%

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 31.84%
G = 25.63%
B = 42.52%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A484DB (or 0xA484DB) is known color: Biloba Flower. HEX triplet: A4, 84 and DB. RGB value is (164,132,219). Sum of RGB (Red+Green+Blue) = 164+132+219=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #A484DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484DB is #5B7B24. Grayscale: #979797. Windows color (decimal): -5995301 or 14386340. OLE color: 14386340.

HSL color Cylindrical-coordinate representation of color #A484DB: hue angle of 262.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A484DB is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 132 219 -
CMYK 0.25 0.40 0 0.14
HSL 262.07º 0.55% 0.69% -
HSV(B) 262.07º 0.4% 0.86% -
XYZ 36.35 29.51 70.8 -
YUV 151.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 164 132 219 0.25 0.40 0 0.14 262.07 0.55 0.69
Hex A4 84 DB 19 28 0 E 106 37 45
Octal 244 204 333 31 50 0 16 406 67 105
Binary 10100100 10000100 11011011 11001 101000 0 1110 100000110 110111 1000101

Color Harmonies of #A484DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A484DB

Black with #A484DB

Text Example


Text Example

White with #A484DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A484DB; }

 p { color: rgb(164,132,219); }

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

background-color css

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

 a { background-color: rgb(164,132,219); }

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

border-color css

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

 span { border-color: rgb(164,132,219); }

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