Html Css Color HEX #A58AE0 Biloba Flower

📋 copy color: '#A58AE0'

red 165 ◦ green 138 ◦ blue 224

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

Shades of Biloba Flower #A58AE0

Tints of Biloba Flower #A58AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.5%

R = 31.31%
G = 26.19%
B = 42.5%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A58AE0 (or 0xA58AE0) is known color: Biloba Flower. HEX triplet: A5, 8A and E0. RGB value is (165,138,224). Sum of RGB (Red+Green+Blue) = 165+138+224=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #A58AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58AE0 is #5A751F. Grayscale: #9B9B9B. Windows color (decimal): -5928224 or 14715557. OLE color: 14715557.

HSL color Cylindrical-coordinate representation of color #A58AE0: hue angle of 258.84º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A58AE0 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 138 224 -
CMYK 0.26 0.38 0 0.12
HSL 258.84º 0.58% 0.71% -
HSV(B) 258.84º 0.38% 0.88% -
XYZ 38.06 31.56 74.61 -
YUV 155.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 165 138 224 0.26 0.38 0 0.12 258.84 0.58 0.71
Hex A5 8A E0 1A 26 0 C 103 3A 47
Octal 245 212 340 32 46 0 14 403 72 107
Binary 10100101 10001010 11100000 11010 100110 0 1100 100000011 111010 1000111

Color Harmonies of #A58AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58AE0

Black with #A58AE0

Text Example


Text Example

White with #A58AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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