Html Css Color HEX #A38ECE Biloba Flower

📋 copy color: '#A38ECE'

red 163 ◦ green 142 ◦ blue 206

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

Shades of Biloba Flower #A38ECE

Tints of Biloba Flower #A38ECE

RGB

 RED value IS 163 (64.06% from 255) = 31.9%

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

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 31.9%
G = 27.79%
B = 40.31%

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

#A38ECE (or 0xA38ECE) is known color: Biloba Flower. HEX triplet: A3, 8E and CE. RGB value is (163,142,206). Sum of RGB (Red+Green+Blue) = 163+142+206=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #A38ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ECE is #5C7131. Grayscale: #9B9B9B. Windows color (decimal): -6058290 or 13536931. OLE color: 13536931.

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

Color convert

RGB 163 142 206 -
CMYK 0.21 0.31 0 0.19
HSL 259.69º 0.4% 0.68% -
HSV(B) 259.69º 0.31% 0.81% -
XYZ 35.92 31.59 62.6 -
YUV 155.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 163 142 206 0.21 0.31 0 0.19 259.69 0.4 0.68
Hex A3 8E CE 15 1F 0 13 104 28 44
Octal 243 216 316 25 37 0 23 404 50 104
Binary 10100011 10001110 11001110 10101 11111 0 10011 100000100 101000 1000100

Color Harmonies of #A38ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38ECE

Black with #A38ECE

Text Example


Text Example

White with #A38ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38ECE; }

 p { color: rgb(163,142,206); }

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

background-color css

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

 a { background-color: rgb(163,142,206); }

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

border-color css

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

 span { border-color: rgb(163,142,206); }

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