Html Css Color HEX #A58DED Biloba Flower

📋 copy color: '#A58DED'

red 165 ◦ green 141 ◦ blue 237

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

Shades of Biloba Flower #A58DED

Tints of Biloba Flower #A58DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 30.39%
G = 25.97%
B = 43.65%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A58DED (or 0xA58DED) is known color: Biloba Flower. HEX triplet: A5, 8D and ED. RGB value is (165,141,237). Sum of RGB (Red+Green+Blue) = 165+141+237=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #A58DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58DED is #5A7212. Grayscale: #9E9E9E. Windows color (decimal): -5927443 or 15568293. OLE color: 15568293.

HSL color Cylindrical-coordinate representation of color #A58DED: hue angle of 255º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A58DED is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 141 237 -
CMYK 0.30 0.41 0 0.07
HSL 255º 0.73% 0.74% -
HSV(B) 255º 0.41% 0.93% -
XYZ 40.33 33.16 84.4 -
YUV 159.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 165 141 237 0.30 0.41 0 0.07 255 0.73 0.74
Hex A5 8D ED 1E 29 0 7 FF 49 4A
Octal 245 215 355 36 51 0 7 377 111 112
Binary 10100101 10001101 11101101 11110 101001 0 111 11111111 1001001 1001010

Color Harmonies of #A58DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DED

Black with #A58DED

Text Example


Text Example

White with #A58DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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