Html Css Color HEX #A48DCF Biloba Flower

📋 copy color: '#A48DCF'

red 164 ◦ green 141 ◦ blue 207

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

Shades of Biloba Flower #A48DCF

Tints of Biloba Flower #A48DCF

RGB

 RED value IS 164 (64.45% from 255) = 32.03%

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

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

R = 32.03%
G = 27.54%
B = 40.43%

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

#A48DCF (or 0xA48DCF) is known color: Biloba Flower. HEX triplet: A4, 8D and CF. RGB value is (164,141,207). Sum of RGB (Red+Green+Blue) = 164+141+207=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #A48DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DCF is #5B7230. Grayscale: #9B9B9B. Windows color (decimal): -5993009 or 13602212. OLE color: 13602212.

HSL color Cylindrical-coordinate representation of color #A48DCF: hue angle of 260.91º 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 #A48DCF is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 141 207 -
CMYK 0.21 0.32 0 0.19
HSL 260.91º 0.41% 0.68% -
HSV(B) 260.91º 0.32% 0.81% -
XYZ 36.1 31.45 63.2 -
YUV 155.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 164 141 207 0.21 0.32 0 0.19 260.91 0.41 0.68
Hex A4 8D CF 15 20 0 13 105 29 44
Octal 244 215 317 25 40 0 23 405 51 104
Binary 10100100 10001101 11001111 10101 100000 0 10011 100000101 101001 1000100

Color Harmonies of #A48DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DCF

Black with #A48DCF

Text Example


Text Example

White with #A48DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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