Html Css Color HEX #A38DD5 Biloba Flower

📋 copy color: '#A38DD5'

red 163 ◦ green 141 ◦ blue 213

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

Shades of Biloba Flower #A38DD5

Tints of Biloba Flower #A38DD5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.27%

 BLUE value IS 213 (83.59% from 255) = 41.2%

R = 31.53%
G = 27.27%
B = 41.2%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A38DD5 (or 0xA38DD5) is known color: Biloba Flower. HEX triplet: A3, 8D and D5. RGB value is (163,141,213). Sum of RGB (Red+Green+Blue) = 163+141+213=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #A38DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DD5 is #5C722A. Grayscale: #9B9B9B. Windows color (decimal): -6058539 or 13995427. OLE color: 13995427.

HSL color Cylindrical-coordinate representation of color #A38DD5: hue angle of 258.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A38DD5 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 141 213 -
CMYK 0.23 0.34 0 0.16
HSL 258.33º 0.46% 0.69% -
HSV(B) 258.33º 0.34% 0.84% -
XYZ 36.64 31.64 67.13 -
YUV 155.79 160.29 133.15 -
System Red Green Blue C M Y K H S L
Decimal 163 141 213 0.23 0.34 0 0.16 258.33 0.46 0.69
Hex A3 8D D5 17 22 0 10 102 2E 45
Octal 243 215 325 27 42 0 20 402 56 105
Binary 10100011 10001101 11010101 10111 100010 0 10000 100000010 101110 1000101

Color Harmonies of #A38DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DD5

Black with #A38DD5

Text Example


Text Example

White with #A38DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DD5; }

 p { color: rgb(163,141,213); }

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

background-color css

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

 a { background-color: rgb(163,141,213); }

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

border-color css

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

 span { border-color: rgb(163,141,213); }

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