Html Css Color HEX #A58ECD Biloba Flower

📋 copy color: '#A58ECD'

red 165 ◦ green 142 ◦ blue 205

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

Shades of Biloba Flower #A58ECD

Tints of Biloba Flower #A58ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.73%

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 32.23%
G = 27.73%
B = 40.04%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A58ECD (or 0xA58ECD) is known color: Biloba Flower. HEX triplet: A5, 8E and CD. RGB value is (165,142,205). Sum of RGB (Red+Green+Blue) = 165+142+205=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #A58ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ECD is #5A7132. Grayscale: #9B9B9B. Windows color (decimal): -5927219 or 13471397. OLE color: 13471397.

HSL color Cylindrical-coordinate representation of color #A58ECD: hue angle of 261.9º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A58ECD is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 142 205 -
CMYK 0.20 0.31 0 0.20
HSL 261.9º 0.39% 0.68% -
HSV(B) 261.9º 0.31% 0.8% -
XYZ 36.21 31.75 61.98 -
YUV 156.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 165 142 205 0.20 0.31 0 0.20 261.9 0.39 0.68
Hex A5 8E CD 14 1F 0 14 106 27 44
Octal 245 216 315 24 37 0 24 406 47 104
Binary 10100101 10001110 11001101 10100 11111 0 10100 100000110 100111 1000100

Color Harmonies of #A58ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ECD

Black with #A58ECD

Text Example


Text Example

White with #A58ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ECD; }

 p { color: rgb(165,142,205); }

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

background-color css

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

 a { background-color: rgb(165,142,205); }

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

border-color css

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

 span { border-color: rgb(165,142,205); }

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