Html Css Color HEX #A58ADC Biloba Flower

📋 copy color: '#A58ADC'

red 165 ◦ green 138 ◦ blue 220

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

Shades of Biloba Flower #A58ADC

Tints of Biloba Flower #A58ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.39%

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 31.55%
G = 26.39%
B = 42.07%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A58ADC (or 0xA58ADC) is known color: Biloba Flower. HEX triplet: A5, 8A and DC. RGB value is (165,138,220). Sum of RGB (Red+Green+Blue) = 165+138+220=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #A58ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ADC is #5A7523. Grayscale: #9B9B9B. Windows color (decimal): -5928228 or 14453413. OLE color: 14453413.

HSL color Cylindrical-coordinate representation of color #A58ADC: hue angle of 259.76º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A58ADC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 138 220 -
CMYK 0.25 0.37 0 0.14
HSL 259.76º 0.54% 0.7% -
HSV(B) 259.76º 0.37% 0.86% -
XYZ 37.52 31.34 71.78 -
YUV 155.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 165 138 220 0.25 0.37 0 0.14 259.76 0.54 0.7
Hex A5 8A DC 19 25 0 E 104 36 46
Octal 245 212 334 31 45 0 16 404 66 106
Binary 10100101 10001010 11011100 11001 100101 0 1110 100000100 110110 1000110

Color Harmonies of #A58ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ADC

Black with #A58ADC

Text Example


Text Example

White with #A58ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ADC; }

 p { color: rgb(165,138,220); }

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

background-color css

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

 a { background-color: rgb(165,138,220); }

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

border-color css

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

 span { border-color: rgb(165,138,220); }

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