Html Css Color HEX #A48CCF Biloba Flower

📋 copy color: '#A48CCF'

red 164 ◦ green 140 ◦ blue 207

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

Shades of Biloba Flower #A48CCF

Tints of Biloba Flower #A48CCF

RGB

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

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

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

R = 32.09%
G = 27.4%
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

#A48CCF (or 0xA48CCF) is known color: Biloba Flower. HEX triplet: A4, 8C and CF. RGB value is (164,140,207). Sum of RGB (Red+Green+Blue) = 164+140+207=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 140 (55.08% from 255 or 27.40% 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 #A48CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CCF is #5B7330. Grayscale: #9A9A9A. Windows color (decimal): -5993265 or 13601956. OLE color: 13601956.

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

Color convert

RGB 164 140 207 -
CMYK 0.21 0.32 0 0.19
HSL 261.49º 0.41% 0.68% -
HSV(B) 261.49º 0.32% 0.81% -
XYZ 35.95 31.15 63.15 -
YUV 154.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 164 140 207 0.21 0.32 0 0.19 261.49 0.41 0.68
Hex A4 8C CF 15 20 0 13 105 29 44
Octal 244 214 317 25 40 0 23 405 51 104
Binary 10100100 10001100 11001111 10101 100000 0 10011 100000101 101001 1000100

Color Harmonies of #A48CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48CCF

Black with #A48CCF

Text Example


Text Example

White with #A48CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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