Html Css Color HEX #A38DDD Biloba Flower

📋 copy color: '#A38DDD'

red 163 ◦ green 141 ◦ blue 221

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

Shades of Biloba Flower #A38DDD

Tints of Biloba Flower #A38DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 31.05%
G = 26.86%
B = 42.1%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A38DDD (or 0xA38DDD) is known color: Biloba Flower. HEX triplet: A3, 8D and DD. RGB value is (163,141,221). Sum of RGB (Red+Green+Blue) = 163+141+221=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #A38DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DDD is #5C7222. Grayscale: #9C9C9C. Windows color (decimal): -6058531 or 14519715. OLE color: 14519715.

HSL color Cylindrical-coordinate representation of color #A38DDD: hue angle of 256.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A38DDD is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 141 221 -
CMYK 0.26 0.36 0 0.13
HSL 256.5º 0.54% 0.71% -
HSV(B) 256.5º 0.36% 0.87% -
XYZ 37.68 32.06 72.61 -
YUV 156.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 163 141 221 0.26 0.36 0 0.13 256.5 0.54 0.71
Hex A3 8D DD 1A 24 0 D 100 36 47
Octal 243 215 335 32 44 0 15 400 66 107
Binary 10100011 10001101 11011101 11010 100100 0 1101 100000000 110110 1000111

Color Harmonies of #A38DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DDD

Black with #A38DDD

Text Example


Text Example

White with #A38DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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