Html Css Color HEX #A48ECF Biloba Flower

📋 copy color: '#A48ECF'

red 164 ◦ green 142 ◦ blue 207

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

Shades of Biloba Flower #A48ECF

Tints of Biloba Flower #A48ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.68%

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

R = 31.97%
G = 27.68%
B = 40.35%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A48ECF (or 0xA48ECF) is known color: Biloba Flower. HEX triplet: A4, 8E and CF. RGB value is (164,142,207). Sum of RGB (Red+Green+Blue) = 164+142+207=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #A48ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ECF is #5B7130. Grayscale: #9B9B9B. Windows color (decimal): -5992753 or 13602468. OLE color: 13602468.

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

Color convert

RGB 164 142 207 -
CMYK 0.21 0.31 0 0.19
HSL 260.31º 0.4% 0.68% -
HSV(B) 260.31º 0.31% 0.81% -
XYZ 36.25 31.74 63.25 -
YUV 155.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 164 142 207 0.21 0.31 0 0.19 260.31 0.4 0.68
Hex A4 8E CF 15 1F 0 13 104 28 44
Octal 244 216 317 25 37 0 23 404 50 104
Binary 10100100 10001110 11001111 10101 11111 0 10011 100000100 101000 1000100

Color Harmonies of #A48ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48ECF

Black with #A48ECF

Text Example


Text Example

White with #A48ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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