Html Css Color HEX #A58EF2 Biloba Flower

📋 copy color: '#A58EF2'

red 165 ◦ green 142 ◦ blue 242

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

Shades of Biloba Flower #A58EF2

Tints of Biloba Flower #A58EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.08%

R = 30.05%
G = 25.87%
B = 44.08%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A58EF2 (or 0xA58EF2) is known color: Biloba Flower. HEX triplet: A5, 8E and F2. RGB value is (165,142,242). Sum of RGB (Red+Green+Blue) = 165+142+242=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #A58EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58EF2 is #5A710D. Grayscale: #9F9F9F. Windows color (decimal): -5927182 or 15896229. OLE color: 15896229.

HSL color Cylindrical-coordinate representation of color #A58EF2: hue angle of 253.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A58EF2 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 142 242 -
CMYK 0.32 0.41 0 0.05
HSL 253.8º 0.79% 0.75% -
HSV(B) 253.8º 0.41% 0.95% -
XYZ 41.22 33.76 88.35 -
YUV 160.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 165 142 242 0.32 0.41 0 0.05 253.8 0.79 0.75
Hex A5 8E F2 20 29 0 5 FE 4F 4B
Octal 245 216 362 40 51 0 5 376 117 113
Binary 10100101 10001110 11110010 100000 101001 0 101 11111110 1001111 1001011

Color Harmonies of #A58EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EF2

Black with #A58EF2

Text Example


Text Example

White with #A58EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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