Html Css Color HEX #A483DB Biloba Flower

📋 copy color: '#A483DB'

red 164 ◦ green 131 ◦ blue 219

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

Shades of Biloba Flower #A483DB

Tints of Biloba Flower #A483DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.49%

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

R = 31.91%
G = 25.49%
B = 42.61%

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

#A483DB (or 0xA483DB) is known color: Biloba Flower. HEX triplet: A4, 83 and DB. RGB value is (164,131,219). Sum of RGB (Red+Green+Blue) = 164+131+219=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #A483DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483DB is #5B7C24. Grayscale: #969696. Windows color (decimal): -5995557 or 14386084. OLE color: 14386084.

HSL color Cylindrical-coordinate representation of color #A483DB: hue angle of 262.5º 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 #A483DB is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 131 219 -
CMYK 0.25 0.40 0 0.14
HSL 262.5º 0.55% 0.69% -
HSV(B) 262.5º 0.4% 0.86% -
XYZ 36.21 29.24 70.75 -
YUV 150.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 164 131 219 0.25 0.40 0 0.14 262.5 0.55 0.69
Hex A4 83 DB 19 28 0 E 106 37 45
Octal 244 203 333 31 50 0 16 406 67 105
Binary 10100100 10000011 11011011 11001 101000 0 1110 100000110 110111 1000101

Color Harmonies of #A483DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A483DB

Black with #A483DB

Text Example


Text Example

White with #A483DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A483DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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