Html Css Color HEX #A48FCD Biloba Flower

📋 copy color: '#A48FCD'

red 164 ◦ green 143 ◦ blue 205

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

Shades of Biloba Flower #A48FCD

Tints of Biloba Flower #A48FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.93%

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 32.03%
G = 27.93%
B = 40.04%

CMYK

 C value IS 0.2

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A48FCD (or 0xA48FCD) is known color: Biloba Flower. HEX triplet: A4, 8F and CD. RGB value is (164,143,205). Sum of RGB (Red+Green+Blue) = 164+143+205=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #A48FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FCD is #5B7032. Grayscale: #9C9C9C. Windows color (decimal): -5992499 or 13471652. OLE color: 13471652.

HSL color Cylindrical-coordinate representation of color #A48FCD: hue angle of 260.32º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A48FCD is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 143 205 -
CMYK 0.2 0.30 0 0.20
HSL 260.32º 0.38% 0.68% -
HSV(B) 260.32º 0.3% 0.8% -
XYZ 36.15 31.95 62.02 -
YUV 156.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 164 143 205 0.2 0.30 0 0.20 260.32 0.38 0.68
Hex A4 8F CD 14 1E 0 14 104 26 44
Octal 244 217 315 24 36 0 24 404 46 104
Binary 10100100 10001111 11001101 10100 11110 0 10100 100000100 100110 1000100

Color Harmonies of #A48FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48FCD

Black with #A48FCD

Text Example


Text Example

White with #A48FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48FCD; }

 p { color: rgb(164,143,205); }

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

background-color css

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

 a { background-color: rgb(164,143,205); }

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

border-color css

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

 span { border-color: rgb(164,143,205); }

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