Html Css Color HEX #A58ADA Biloba Flower

📋 copy color: '#A58ADA'

red 165 ◦ green 138 ◦ blue 218

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

Shades of Biloba Flower #A58ADA

Tints of Biloba Flower #A58ADA

RGB

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

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

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

R = 31.67%
G = 26.49%
B = 41.84%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A58ADA (or 0xA58ADA) is known color: Biloba Flower. HEX triplet: A5, 8A and DA. RGB value is (165,138,218). Sum of RGB (Red+Green+Blue) = 165+138+218=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #A58ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ADA is #5A7525. Grayscale: #9A9A9A. Windows color (decimal): -5928230 or 14322341. OLE color: 14322341.

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

Color convert

RGB 165 138 218 -
CMYK 0.24 0.37 0 0.15
HSL 260.25º 0.52% 0.7% -
HSV(B) 260.25º 0.37% 0.85% -
XYZ 37.26 31.24 70.4 -
YUV 155.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 165 138 218 0.24 0.37 0 0.15 260.25 0.52 0.7
Hex A5 8A DA 18 25 0 F 104 34 46
Octal 245 212 332 30 45 0 17 404 64 106
Binary 10100101 10001010 11011010 11000 100101 0 1111 100000100 110100 1000110

Color Harmonies of #A58ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ADA

Black with #A58ADA

Text Example


Text Example

White with #A58ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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