Html Css Color HEX #A58FDF Biloba Flower

📋 copy color: '#A58FDF'

red 165 ◦ green 143 ◦ blue 223

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

Shades of Biloba Flower #A58FDF

Tints of Biloba Flower #A58FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42%

R = 31.07%
G = 26.93%
B = 42%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A58FDF (or 0xA58FDF) is known color: Biloba Flower. HEX triplet: A5, 8F and DF. RGB value is (165,143,223). Sum of RGB (Red+Green+Blue) = 165+143+223=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #A58FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FDF is #5A7020. Grayscale: #9E9E9E. Windows color (decimal): -5926945 or 14651301. OLE color: 14651301.

HSL color Cylindrical-coordinate representation of color #A58FDF: hue angle of 256.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A58FDF is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 143 223 -
CMYK 0.26 0.36 0 0.13
HSL 256.5º 0.56% 0.72% -
HSV(B) 256.5º 0.36% 0.87% -
XYZ 38.66 32.97 74.14 -
YUV 158.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 165 143 223 0.26 0.36 0 0.13 256.5 0.56 0.72
Hex A5 8F DF 1A 24 0 D 100 38 48
Octal 245 217 337 32 44 0 15 400 70 110
Binary 10100101 10001111 11011111 11010 100100 0 1101 100000000 111000 1001000

Color Harmonies of #A58FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FDF

Black with #A58FDF

Text Example


Text Example

White with #A58FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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