Html Css Color HEX #A583DC Biloba Flower

📋 copy color: '#A583DC'

red 165 ◦ green 131 ◦ blue 220

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

Shades of Biloba Flower #A583DC

Tints of Biloba Flower #A583DC

RGB

 RED value IS 165 (64.84% from 255) = 31.98%

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

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

R = 31.98%
G = 25.39%
B = 42.64%

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

#A583DC (or 0xA583DC) is known color: Biloba Flower. HEX triplet: A5, 83 and DC. RGB value is (165,131,220). Sum of RGB (Red+Green+Blue) = 165+131+220=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #A583DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A583DC is #5A7C23. Grayscale: #969696. Windows color (decimal): -5930020 or 14451621. OLE color: 14451621.

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

Color convert

RGB 165 131 220 -
CMYK 0.25 0.40 0 0.14
HSL 262.92º 0.56% 0.69% -
HSV(B) 262.92º 0.4% 0.86% -
XYZ 36.55 29.4 71.46 -
YUV 151.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 165 131 220 0.25 0.40 0 0.14 262.92 0.56 0.69
Hex A5 83 DC 19 28 0 E 107 38 45
Octal 245 203 334 31 50 0 16 407 70 105
Binary 10100101 10000011 11011100 11001 101000 0 1110 100000111 111000 1000101

Color Harmonies of #A583DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A583DC

Black with #A583DC

Text Example


Text Example

White with #A583DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A583DC; }

 p { color: rgb(165,131,220); }

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

background-color css

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

 a { background-color: rgb(165,131,220); }

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

border-color css

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

 span { border-color: rgb(165,131,220); }

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