Html Css Color HEX #A38EDC Biloba Flower

📋 copy color: '#A38EDC'

red 163 ◦ green 142 ◦ blue 220

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

Shades of Biloba Flower #A38EDC

Tints of Biloba Flower #A38EDC

RGB

 RED value IS 163 (64.06% from 255) = 31.05%

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

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

R = 31.05%
G = 27.05%
B = 41.9%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A38EDC (or 0xA38EDC) is known color: Biloba Flower. HEX triplet: A3, 8E and DC. RGB value is (163,142,220). Sum of RGB (Red+Green+Blue) = 163+142+220=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #A38EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38EDC is #5C7123. Grayscale: #9C9C9C. Windows color (decimal): -6058276 or 14454435. OLE color: 14454435.

HSL color Cylindrical-coordinate representation of color #A38EDC: hue angle of 256.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A38EDC is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 142 220 -
CMYK 0.26 0.35 0 0.14
HSL 256.15º 0.53% 0.71% -
HSV(B) 256.15º 0.35% 0.86% -
XYZ 37.7 32.3 71.96 -
YUV 157.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 163 142 220 0.26 0.35 0 0.14 256.15 0.53 0.71
Hex A3 8E DC 1A 23 0 E 100 35 47
Octal 243 216 334 32 43 0 16 400 65 107
Binary 10100011 10001110 11011100 11010 100011 0 1110 100000000 110101 1000111

Color Harmonies of #A38EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38EDC

Black with #A38EDC

Text Example


Text Example

White with #A38EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38EDC; }

 p { color: rgb(163,142,220); }

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

background-color css

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

 a { background-color: rgb(163,142,220); }

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

border-color css

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

 span { border-color: rgb(163,142,220); }

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