Html Css Color HEX #A58FDA Biloba Flower

📋 copy color: '#A58FDA'

red 165 ◦ green 143 ◦ blue 218

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

Shades of Biloba Flower #A58FDA

Tints of Biloba Flower #A58FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.19%

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 31.37%
G = 27.19%
B = 41.44%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A58FDA (or 0xA58FDA) is known color: Biloba Flower. HEX triplet: A5, 8F and DA. RGB value is (165,143,218). Sum of RGB (Red+Green+Blue) = 165+143+218=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #A58FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FDA is #5A7025. Grayscale: #9D9D9D. Windows color (decimal): -5926950 or 14323621. OLE color: 14323621.

HSL color Cylindrical-coordinate representation of color #A58FDA: hue angle of 257.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A58FDA is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 143 218 -
CMYK 0.24 0.34 0 0.15
HSL 257.6º 0.5% 0.71% -
HSV(B) 257.6º 0.34% 0.85% -
XYZ 37.99 32.71 70.64 -
YUV 158.13 161.79 132.9 -
System Red Green Blue C M Y K H S L
Decimal 165 143 218 0.24 0.34 0 0.15 257.6 0.5 0.71
Hex A5 8F DA 18 22 0 F 102 32 47
Octal 245 217 332 30 42 0 17 402 62 107
Binary 10100101 10001111 11011010 11000 100010 0 1111 100000010 110010 1000111

Color Harmonies of #A58FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FDA

Black with #A58FDA

Text Example


Text Example

White with #A58FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FDA; }

 p { color: rgb(165,143,218); }

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

background-color css

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

 a { background-color: rgb(165,143,218); }

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

border-color css

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

 span { border-color: rgb(165,143,218); }

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