Html Css Color HEX #A58DD3 Biloba Flower

📋 copy color: '#A58DD3'

red 165 ◦ green 141 ◦ blue 211

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

Shades of Biloba Flower #A58DD3

Tints of Biloba Flower #A58DD3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.27%

 BLUE value IS 211 (82.81% from 255) = 40.81%

R = 31.91%
G = 27.27%
B = 40.81%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A58DD3 (or 0xA58DD3) is known color: Biloba Flower. HEX triplet: A5, 8D and D3. RGB value is (165,141,211). Sum of RGB (Red+Green+Blue) = 165+141+211=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 211 - color contains mainly: blue. Hex color #A58DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DD3 is #5A722C. Grayscale: #9B9B9B. Windows color (decimal): -5927469 or 13864357. OLE color: 13864357.

HSL color Cylindrical-coordinate representation of color #A58DD3: hue angle of 260.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A58DD3 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 141 211 -
CMYK 0.22 0.33 0 0.17
HSL 260.57º 0.44% 0.69% -
HSV(B) 260.57º 0.33% 0.83% -
XYZ 36.8 31.75 65.82 -
YUV 156.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 165 141 211 0.22 0.33 0 0.17 260.57 0.44 0.69
Hex A5 8D D3 16 21 0 11 105 2C 45
Octal 245 215 323 26 41 0 21 405 54 105
Binary 10100101 10001101 11010011 10110 100001 0 10001 100000101 101100 1000101

Color Harmonies of #A58DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DD3

Black with #A58DD3

Text Example


Text Example

White with #A58DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DD3; }

 p { color: rgb(165,141,211); }

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

background-color css

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

 a { background-color: rgb(165,141,211); }

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

border-color css

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

 span { border-color: rgb(165,141,211); }

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