Html Css Color HEX #A38ECF Biloba Flower

📋 copy color: '#A38ECF'

red 163 ◦ green 142 ◦ blue 207

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

Shades of Biloba Flower #A38ECF

Tints of Biloba Flower #A38ECF

RGB

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

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

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

R = 31.84%
G = 27.73%
B = 40.43%

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

#A38ECF (or 0xA38ECF) is known color: Biloba Flower. HEX triplet: A3, 8E and CF. RGB value is (163,142,207). Sum of RGB (Red+Green+Blue) = 163+142+207=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #A38ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ECF is #5C7130. Grayscale: #9B9B9B. Windows color (decimal): -6058289 or 13602467. OLE color: 13602467.

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

Color convert

RGB 163 142 207 -
CMYK 0.21 0.31 0 0.19
HSL 259.38º 0.4% 0.68% -
HSV(B) 259.38º 0.31% 0.81% -
XYZ 36.04 31.64 63.24 -
YUV 155.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 163 142 207 0.21 0.31 0 0.19 259.38 0.4 0.68
Hex A3 8E CF 15 1F 0 13 103 28 44
Octal 243 216 317 25 37 0 23 403 50 104
Binary 10100011 10001110 11001111 10101 11111 0 10011 100000011 101000 1000100

Color Harmonies of #A38ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38ECF

Black with #A38ECF

Text Example


Text Example

White with #A38ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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