Html Css Color HEX #A58CEA Biloba Flower

📋 copy color: '#A58CEA'

red 165 ◦ green 140 ◦ blue 234

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

Shades of Biloba Flower #A58CEA

Tints of Biloba Flower #A58CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.97%

 BLUE value IS 234 (91.8% from 255) = 43.41%

R = 30.61%
G = 25.97%
B = 43.41%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A58CEA (or 0xA58CEA) is known color: Biloba Flower. HEX triplet: A5, 8C and EA. RGB value is (165,140,234). Sum of RGB (Red+Green+Blue) = 165+140+234=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #A58CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58CEA is #5A7315. Grayscale: #9D9D9D. Windows color (decimal): -5927702 or 15371429. OLE color: 15371429.

HSL color Cylindrical-coordinate representation of color #A58CEA: hue angle of 255.96º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58CEA is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 140 234 -
CMYK 0.29 0.40 0 0.08
HSL 255.96º 0.69% 0.73% -
HSV(B) 255.96º 0.4% 0.92% -
XYZ 39.75 32.7 82.06 -
YUV 158.19 170.78 132.86 -
System Red Green Blue C M Y K H S L
Decimal 165 140 234 0.29 0.40 0 0.08 255.96 0.69 0.73
Hex A5 8C EA 1D 28 0 8 100 45 49
Octal 245 214 352 35 50 0 10 400 105 111
Binary 10100101 10001100 11101010 11101 101000 0 1000 100000000 1000101 1001001

Color Harmonies of #A58CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CEA

Black with #A58CEA

Text Example


Text Example

White with #A58CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CEA; }

 p { color: rgb(165,140,234); }

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

background-color css

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

 a { background-color: rgb(165,140,234); }

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

border-color css

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

 span { border-color: rgb(165,140,234); }

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