Html Css Color HEX #A38CDD Biloba Flower

📋 copy color: '#A38CDD'

red 163 ◦ green 140 ◦ blue 221

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

Shades of Biloba Flower #A38CDD

Tints of Biloba Flower #A38CDD

RGB

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

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

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

R = 31.11%
G = 26.72%
B = 42.18%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A38CDD (or 0xA38CDD) is known color: Biloba Flower. HEX triplet: A3, 8C and DD. RGB value is (163,140,221). Sum of RGB (Red+Green+Blue) = 163+140+221=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #A38CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CDD is #5C7322. Grayscale: #9B9B9B. Windows color (decimal): -6058787 or 14519459. OLE color: 14519459.

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

Color convert

RGB 163 140 221 -
CMYK 0.26 0.37 0 0.13
HSL 257.04º 0.54% 0.71% -
HSV(B) 257.04º 0.37% 0.87% -
XYZ 37.53 31.76 72.56 -
YUV 156.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 163 140 221 0.26 0.37 0 0.13 257.04 0.54 0.71
Hex A3 8C DD 1A 25 0 D 101 36 47
Octal 243 214 335 32 45 0 15 401 66 107
Binary 10100011 10001100 11011101 11010 100101 0 1101 100000001 110110 1000111

Color Harmonies of #A38CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38CDD

Black with #A38CDD

Text Example


Text Example

White with #A38CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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