Html Css Color HEX #A48CEA Biloba Flower

📋 copy color: '#A48CEA'

red 164 ◦ green 140 ◦ blue 234

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

Shades of Biloba Flower #A48CEA

Tints of Biloba Flower #A48CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 30.48%
G = 26.02%
B = 43.49%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A48CEA (or 0xA48CEA) is known color: Biloba Flower. HEX triplet: A4, 8C and EA. RGB value is (164,140,234). Sum of RGB (Red+Green+Blue) = 164+140+234=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #A48CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48CEA is #5B7315. Grayscale: #9D9D9D. Windows color (decimal): -5993238 or 15371428. OLE color: 15371428.

HSL color Cylindrical-coordinate representation of color #A48CEA: hue angle of 255.32º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A48CEA is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 140 234 -
CMYK 0.30 0.40 0 0.08
HSL 255.32º 0.69% 0.73% -
HSV(B) 255.32º 0.4% 0.92% -
XYZ 39.54 32.59 82.05 -
YUV 157.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 164 140 234 0.30 0.40 0 0.08 255.32 0.69 0.73
Hex A4 8C EA 1E 28 0 8 FF 45 49
Octal 244 214 352 36 50 0 10 377 105 111
Binary 10100100 10001100 11101010 11110 101000 0 1000 11111111 1000101 1001001

Color Harmonies of #A48CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48CEA

Black with #A48CEA

Text Example


Text Example

White with #A48CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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