Html Css Color HEX #A38DCF Biloba Flower

📋 copy color: '#A38DCF'

red 163 ◦ green 141 ◦ blue 207

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

Shades of Biloba Flower #A38DCF

Tints of Biloba Flower #A38DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.51%

R = 31.9%
G = 27.59%
B = 40.51%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A38DCF (or 0xA38DCF) is known color: Biloba Flower. HEX triplet: A3, 8D and CF. RGB value is (163,141,207). Sum of RGB (Red+Green+Blue) = 163+141+207=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #A38DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DCF is #5C7230. Grayscale: #9A9A9A. Windows color (decimal): -6058545 or 13602211. OLE color: 13602211.

HSL color Cylindrical-coordinate representation of color #A38DCF: hue angle of 260º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A38DCF is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 141 207 -
CMYK 0.21 0.32 0 0.19
HSL 260º 0.41% 0.68% -
HSV(B) 260º 0.32% 0.81% -
XYZ 35.89 31.34 63.19 -
YUV 155.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 163 141 207 0.21 0.32 0 0.19 260 0.41 0.68
Hex A3 8D CF 15 20 0 13 104 29 44
Octal 243 215 317 25 40 0 23 404 51 104
Binary 10100011 10001101 11001111 10101 100000 0 10011 100000100 101001 1000100

Color Harmonies of #A38DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DCF

Black with #A38DCF

Text Example


Text Example

White with #A38DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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