Html Css Color HEX #A485DB Biloba Flower

📋 copy color: '#A485DB'

red 164 ◦ green 133 ◦ blue 219

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

Shades of Biloba Flower #A485DB

Tints of Biloba Flower #A485DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.78%

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

R = 31.78%
G = 25.78%
B = 42.44%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A485DB (or 0xA485DB) is known color: Biloba Flower. HEX triplet: A4, 85 and DB. RGB value is (164,133,219). Sum of RGB (Red+Green+Blue) = 164+133+219=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #A485DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485DB is #5B7A24. Grayscale: #979797. Windows color (decimal): -5995045 or 14386596. OLE color: 14386596.

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

Color convert

RGB 164 133 219 -
CMYK 0.25 0.39 0 0.14
HSL 261.63º 0.54% 0.69% -
HSV(B) 261.63º 0.39% 0.86% -
XYZ 36.48 29.78 70.84 -
YUV 152.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 164 133 219 0.25 0.39 0 0.14 261.63 0.54 0.69
Hex A4 85 DB 19 27 0 E 106 36 45
Octal 244 205 333 31 47 0 16 406 66 105
Binary 10100100 10000101 11011011 11001 100111 0 1110 100000110 110110 1000101

Color Harmonies of #A485DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A485DB

Black with #A485DB

Text Example


Text Example

White with #A485DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A485DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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